Stalkerr
Stalkerr is IRC Gateway, inspired by agig and atig.
Installation
And then execute:
$ bundle
Or install it yourself as:
$ gem install octospy
Usage
Start Stalkerr
$ stalkerr -D
Join channel with username and access_token
/join #github <username>:<access_token>
If use GitHub:Enterprise
$ env GITHUB_ENTERPRISE_API_ENDPOINT="http://your.enterprise.domain/api/v3/" \
> env GITHUB_ENTERPRISE_WEB_ENDPOINT="http://your.enterprise.domain/" \
> stalkerr -D
Support Service
- GitHub
- GitHub:Enterprise
- Qiita
twitterfacebook
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Author
License
The MIT License (MIT)