Skip to content
Snippets Groups Projects
Commit 8829ab04 authored by besendorf's avatar besendorf
Browse files

Update README.md

parent d00deca3
Branches
No related tags found
No related merge requests found
...@@ -29,8 +29,14 @@ The Common Criteria Portal lists all product that are common critera certified a ...@@ -29,8 +29,14 @@ The Common Criteria Portal lists all product that are common critera certified a
# Usage # Usage
## Dependencies ## Dependencies
* python * python
* scrapy * Scrapy
* pdfgrep (for common criteria portal) * pdfgrep (for common criteria portal)
* scraperapi-sdk (for gsmarena)
You can install the dependencies using the requirements.txt in the project subfolder like so:
```
cd gsmarena
pip install -r requirements.txt
```
## GSMArena ## GSMArena
``` ```
cd gsmarena cd gsmarena
...@@ -48,4 +54,4 @@ cd common_criteria_scraper ...@@ -48,4 +54,4 @@ cd common_criteria_scraper
python cc_portal_scraper.py python cc_portal_scraper.py
pdfgrep -riH "pixel 3" pdf pdfgrep -riH "pixel 3" pdf
``` ```
substitute "pixel 3" for the phone model you are looking for substitute "pixel 3" for the phone model you are looking for
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment