Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Files

Latest commit

22fb282 · Jan 24, 2018

History

History

scrape_and_email

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 23, 2018
Jan 23, 2018
Jan 23, 2018
Jan 24, 2018
Jan 24, 2018

Scrape a website and email its content

Installation

$ < cd to repo's root > 
$ virtualenv venv -p python3  # Invoke a virtual env (using 3.6)
$ . venv/bin/activate 
$ pip install -r requirements.txt

$ . scripts/setenv.sh  # Set a few env variables, mostly useful for Spark and importing)
$ . scropts/launch_spyder.sh  # For spyder user