Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 505 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 505 Bytes

Hi!

Basics

  1. pip install -r requirements.txt
  2. brew install phantomjs
  3. update the settings in config_sample.py then rename the file to config.py (make sure you keep this file out of version control since it conatins sensitive information)
  4. fire away!

You may need to update you security settings -> https://www.google.com/settings/security/lesssecureapps

Chron

  1. Make executable: chmod +x run.sh
  2. Run: crontab crontab.txt
  3. Status: crontab -l
  4. Stop: crontab -r