Simple2ch

2ch Japanese BBS simple reader for Ruby.

Ruby用の2chの簡易リーダーです。

リファレンス

更新内容

[v0.1.2] * リファクタリングとデバッグ * メソッド修正 * Thre#reses(Array<Fixnum>)で指定したレス番号のレスを取得 * Thre#resesは今まで通り使用可能

[v0.1.1] * メソッド追加 * Res#anchorsの追加 * レス中のアンカーを抽出する * 必要gemの追加 * Charwidthを追加

Installation

Add this line to your application's Gemfile:

gem 'simple2ch'

And then execute:

$ bundle

Or install it yourself as:

$ gem install simple2ch

Usage

Contributing

  1. Fork it ( github.com/dogwood008/simple2ch/fork )

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

  4. Push to the branch (git push origin my-new-feature)

  5. Create a new Pull Request