/tweet-today

Send an email of a twitter list's tweets every day.

Primary LanguageRuby

tweet-today

Send an email of a twitter list's tweets every day.

Deploy

Deployment

This isn't quite a one click deploy. After you deploy to heroku (by clicking the button above), you will need to configure the following environment variables in Heroku by either using the heroku config:add command or the web ui.

Once all of these are set, open the scheduler ui (either on the web or with heroku addons:open scheduler) and set a daily script to run at the end of the day UTC with the command of rake.

After that, it should just work. You can run heroku run rake to test if everything is configured right.