HatenaBookmark Interest IRC Gateway
- Ruby 2.3
$ git clone https://github.com/Tomohiro/iig.git
$ cd iig
$ bundle install --path vendor/bundle
$ bundle exec iig
(Example) Change the listen IP address and port:
$ bundle exec iig --host 192.168.10.1 --port 16667
- Launch an IRC client.(LimeChat, irssi, weechat...)
- Connect the server
If you want check the command-line options, following type command:
$ bundle exec iig --help
Option | Value | Default |
---|---|---|
-p, --port | Port number to listen | 16704 |
-h, --host | Host name or IP address to listen | 0.0.0.0 |
-w, --wait | Wait SECONDS between retrievals | 3600(sec) |
-l, --log | Log file | STDOUT |
Setting server properties:
Option | Value |
---|---|
Real name | Hatena username |
Password | Hatena password |
Channel | Description | Auto Join Option |
---|---|---|
#interest |
HatenaBookmark Interest entries | yes |
© 2013 - 2016 Tomohiro TAIRA.
This project licensed under the MIT license. See LICENSE for details.