Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 283 Bytes

fp.alfonsofiore.job_scrape

to run on pythonanywhere

mkvirtualenv venv --python=python3.6
pip install -r requirments.txt
xvfb-run -a python3.6 main.py --sendgrid-key <the key>

to run locally

pip install -r requirments.txt
python main.py  --sendgrid-key <the key>