Created
September 15, 2014 16:15
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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