https://github.com/linyows/stalkerr
Stalkerr is IRC Server for stalking :)
https://github.com/linyows/stalkerr
Last synced: 5 months ago
JSON representation
Stalkerr is IRC Server for stalking :)
- Host: GitHub
- URL: https://github.com/linyows/stalkerr
- Owner: linyows
- License: mit
- Created: 2013-03-25T17:20:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T05:49:44.000Z (about 11 years ago)
- Last Synced: 2025-08-11T06:04:21.084Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 398 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stalkerr
========
[][gem]
[][travis]
[][gemnasium]
[][codeclimate]
[][coveralls]
[gem]: https://rubygems.org/gems/stalkerr
[travis]: http://travis-ci.org/linyows/stalkerr
[gemnasium]: https://gemnasium.com/linyows/stalkerr
[codeclimate]: https://codeclimate.com/github/linyows/stalkerr
[coveralls]: https://coveralls.io/r/linyows/stalkerr
Stalkerr is IRC Gateway, inspired by [agig](https://github.com/hsbt/agig) and [atig](https://github.com/mzp/atig).

Installation
------------
And then execute:
```sh
$ bundle
```
Or install it yourself as:
```sh
$ gem install octospy
```
Usage
-----
Start Stalkerr
```sh
$ stalkerr -D
```
Join channel with username and access_token
```irc
/join #github :
```
If use GitHub:Enterprise
```sh
$ 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
------
- [linyows](https://github.com/linyows)
License
-------
The MIT License (MIT)