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

tomohiro/hackway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackway Stillmaintained

Hacker News IRC Gateway

Dependency Status Code Climate

Requirements

  • Ruby 2.2.0 or later

Installation

Bundler

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

Usage

Start the hackeway server

$ bundle exec hackeway

Example: Change listen IP address, port.

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

Connect the hackeway

  1. Launch a IRC client.(Limechat, irssi, weechat...)
  2. Connect the server

Server options

If you want check the command-line options, following type command.

$ bundle exec hackeway --help
Option Value Default
-p, --port Port number to listen 16706
-h, --host Host name or IP address to listen localhost
-w, --wait Wait SECONDS between retrievals 360(sec)
-l, --log Log file STDOUT

Channels

Channel Description Auto join
#hackernews Hacker News articles yes

LICENSE

© 2013 - 2015 Tomohiro TAIRA.

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

About

Hacker News IRC Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages