Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 415 Bytes

Greatfire Scraper

Setting up the environment

We recommend using Anacoda. To set up the environment:

conda create --name <myenv>

To activate the environment:

conda activate <myenv>

To install the requirements:

pip install requirements.txt

Running POST requests

In order to run POST requests given the keyword_query files that we gave, you need to:

python postrequest.py