Keeps an eye when a Twitter username is available. When available, sends an email alert. For my personal use.
- Heroku (Free dyno)
- Mandrill (Free Plan via Heroku Add-ons)
- Heroku Scheduler (Free plan via Heroku Add-ons)
- Twitter API keys (https://dev.twitter.com/)
- Clone repo
- Create Heroku app and associate to repo
- Add Mandrill free plan add-on
- Add Heroku Scheduler add-on
- Add environmental variables to Heroku app
EMAIL
Your email address that'll receive the alertTWITTER_USERNAME
Twitter username to keep watchTWITTER_API_KEY
Your Twitter application API keyTWITTER_API_SECRET
Your Twitter application API secret key
- Push app to Heroku
- Add
rake check_username_status
to Heroku Scheduler. Choose whatever frequency you want. - Scale web dyno to 0 in to order avoid charges for using the one-off dyno from Heroku Scheduler.