Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

tomohiro/iig

Repository files navigation

IIG

HatenaBookmark Interest IRC Gateway

Build Status Dependency Status Code Climate

IIG screenshot

Requirements

  • Ruby 2.3

Installation

Bundler

$ git clone https://github.com/Tomohiro/iig.git
$ cd iig
$ bundle install --path vendor/bundle

Usage

Start IIG server

$ bundle exec iig

(Example) Change the listen IP address and port:

$ bundle exec iig --host 192.168.10.1 --port 16667

Connect to IIG

  1. Launch an IRC client.(LimeChat, irssi, weechat...)
  2. Connect the server

Server configuration

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

IRC Client options

Setting server properties:

Option Value
Real name Hatena username
Password Hatena password

Channels

Channel Description Auto Join Option
#interest HatenaBookmark Interest entries yes

LICENSE

© 2013 - 2016 Tomohiro TAIRA.

This project licensed under the MIT license. See LICENSE for details.

About

HatenaBookmark Interest IRC Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages