hubot-githubfollow
v0.1.3
Published
Hubot script for follow github repos and get notifications
Downloads
4
Maintainers
Readme
Hubot githubfollow
Hubot script for follow github repos and get notifications.
Embrional phase, hope to publish it to npm soon.
It was in JS and I flash ported in coffee so it's really ugly :smile:
Installation
This module is installed via npm:
npm install --save hubot-githubfollow
Add hubot-githubfollow to your external-scripts.json
:
[
"hubot-githubfollow"
]
Sample Interaction
user1>> hubot follow github/hubot
hubot>> Done
NPM Module
https://www.npmjs.com/package/hubot-githubfollow
Things to do:
- [ ] Implement unfollow
- [ ] Use brain(now is all in memory)
- [ ] Implement unit test
Any help is welcome