Skip to content

A web service that listens for a web hook from github when a pull request is modified and then tweets a nicely formatted message, calling for comments on the pull request.

Notifications You must be signed in to change notification settings

JavaScriptKC/github-tweet-pull-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Overview

A web service that listens for a webhook from github when a pull request is modified.

The service tweets a nicely formatted message, calling for comments on the pull request.

#Configure Twitter API

Visit http://developer.twitter.com/ and set up an application with read-write permissions to the handle that will tweet pull requests. Once set up, install the provided api keys in your environment variables.

TWITTER_CONSUMER_KEY
TWITTER_CONSUMER_SECRET
TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_TOKEN_SECRET

UNIX

export KEY=VALUE

WINDOWS

set KEY=VALUE

HEROKU

heroku config:add KEY=VALUE
heroku config:remove KEY

About

A web service that listens for a web hook from github when a pull request is modified and then tweets a nicely formatted message, calling for comments on the pull request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published