Stalkerr

Gem Version Build Status Dependency Status Code Climate Coverage Status

Stalkerr is IRC Gateway, inspired by agig and atig.

The Shining

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
  • ~~twitter~~
  • ~~facebook~~

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

License

The MIT License (MIT)