Skip to content

heroku twitter bot for new ropensci pkgs and versions

License

Notifications You must be signed in to change notification settings

ropensci-org/knowtifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knowtifier

Heroku robot to check for releases or new rOpenSci packages.

what it does

  • get list of ropensci packages from https://github.com/ropensci/roregistry
  • check if any new packages, or new versions, for each package:
    • if a new package, or a new release send email/tweet
    • if nothing new, skip

Install

git clone [email protected]:ropenscilabs/knowtifier.git
cd knowtifier

Setup

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.

Usage

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

Rake tasks

  • rake envs # list env vars
  • rake run # checks for new packages or new releases

About

heroku twitter bot for new ropensci pkgs and versions

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages