- Within the root of the repo, run python -m venv "env name" to create your own virtual environment
- Activate the VE using source "env name"/bin/activate , then run pip install -r requirements.txt . This will give you all of the dependencies listed in the requirements file.
- This script must be run with ./scraper.py and requires a url after the command to scrape.
- Script has multiple flags for different output. Check out the help by running ./scraper.py -h for a list of flags.