0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
rhymer handler for Ruboty
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
= 0.40.0

Runtime

>= 0
 Project Readme

Ruboty::Rhymer

Build Status

rhymer handler for Ruboty.

Installation

Add this line to your application's Gemfile:

gem 'rhymer', github: 'suzuki86/rhymer'
gem 'ruboty-rhymer'

Usage

$ bundle exec ruboty
Type `exit` or `quit` to end the session.

> 今日はとても良い天気ですね。
> いや、そうでもないか?
> でも、こんな日は自然に元気になります。
今日は良い天気 こんな日は自然に元気

ENV

  • RHYMER_STORE : The border score of rhymer (optional. default: 10)
  • RHYMER_STOCK_MIN : Minimum size of stocked messages (optional. default: 10)
  • RHYMER_STOCK_MAX : Maximum size of stocked messages (optional. default: 10)
  • RHYMER_OVERRIDE_TO : Override to parameter of Ruboty (optional)

License

MIT