Skip to content
This repository was archived by the owner on Sep 5, 2018. It is now read-only.

lonnen/announce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Announce

Announce new tags in your repos.

Deployment

  • Create a twitter account
  • Register a new twitter oauth app
  • Set the permissions to read/write
  • Generate a personal key for your account

substituting for your new settings, run:

heroku create new-announcer
heroku config:set \
    BASIC_USERNAME="basic auth username" \
    BASIC_PASSWORD="basic auth password" \
    TWITTER_TOKEN="twitter oauth token" \
    TWITTER_TOKEN_SECRET="twitter oauth secret token" \
    TWITTER_CONSUMER_KEY="twitter consumer key" \
    TWITTER_CONSUMER_SECRET="twitter consumer secret"

git push heroku master

Register a new hook with your repo at https://basic_username:basic_password@new-announcer.herokuapp.com

What does it looks like?

Check out the demo account

TODOs

  • tests
  • travis-ci
  • a better name

About

announces new github repo tags on twitter

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages