Heroku robot to check for releases or new rOpenSci packages.
git clone git@github.com:ropenscilabs/knowtifier.git
cd knowtifier
Create the app (use a different name, of course)
heroku apps:create ropensci-knowtifier
Push your app to Heroku
git push heroku master
Add the scheduler to your heroku app
heroku addons:create scheduler:standard
heroku addons:open scheduler
Add the task rake run
to your heroku scheduler and set to whatever schedule you want.
If you have your repo in an env var as above, run the rake task run
rake run
If not, then pass the repo to run
like
rake run repo=owner/repo