0.0
No commit activity in last 3 years
No release in over 3 years
Ruboty handler to generate conversation topic
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0

Runtime

>= 0
 Project Readme

Ruboty::Gekiron (激論)

Build Status

Roboty handler to generate conversation topic.

Installation

Add this line to your application's Gemfile:

gem 'ruboty-gekiron'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruboty-gekiron

Then, create topics yaml file ./config/topics.yml in your bot code repository (or, specify file path by TOPICS_YAML_FILE_PATH)

# example
- テンションが上がるもの
- 今流行っているもの
- さらりと言えたらかっこいい言葉

Usage

@ruboty help
/gekiron/ - 激論しそうな話題を返します
ruboty /topic|gekiron|激論/ - 激論しそうな話題を返します

@ruboty gekiron
「ふ」から始まる、テンションが上がるものは?

gekiron
「な」から始まる、さらりと言えたらかっこいい言葉は?

ENV

TOPICS_YAML_FILE_PATH  - Topics file path (default: ./config/topics.yml)