Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created September 15, 2014 16:15
Show Gist options
  • Save mrpatrick/9efff09704138361bbed to your computer and use it in GitHub Desktop.
Save mrpatrick/9efff09704138361bbed to your computer and use it in GitHub Desktop.
daily_harvest email report automated on iron.io (worker file). http://workshop.avatarnewyork.com/project/daily-harvest/
# define the runtime language
runtime "python"
stack "python-2.7"
full_remote_build true
# includes
dir "Harvest"
file "harvest.json"
file "mailgun.json"
file "recipients.json"
pip "python-dateutil"
pip "simplejson"
pip "requests"
# exec is the file that will be executed:
exec "harvest_email.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment