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

Update README.md

parent d00deca3
No related branches found
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
# Usage
## Dependencies
* python
* scrapy
* Scrapy
* 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
```
cd gsmarena
......@@ -48,4 +54,4 @@ cd common_criteria_scraper
python cc_portal_scraper.py
pdfgrep -riH "pixel 3" pdf
```
substitute "pixel 3" for the phone model you are looking for
\ No newline at end of file
substitute "pixel 3" for the phone model you are looking for
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment