https://github.com/tyabe/lita-talk
lita-talk is a Lita handler that to talk with lita
https://github.com/tyabe/lita-talk
Last synced: 2 months ago
JSON representation
lita-talk is a Lita handler that to talk with lita
- Host: GitHub
- URL: https://github.com/tyabe/lita-talk
- Owner: tyabe
- License: mit
- Created: 2015-02-15T16:55:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T09:39:55.000Z (over 9 years ago)
- Last Synced: 2023-03-11T09:43:00.052Z (over 2 years ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lita-talk
lita-talk is a Lita handler that to talk with lita.
Use of docomo dialogue api.## Installation
Add lita-talk to your Lita instance's Gemfile:
``` ruby
gem "lita-talk", github: "tyabe/lita-talk"
```## Configuration
```ruby
Lita.configure do |config|
...
config.handlers.talk.docomo_api_key = ENV["DOCOMO_API_KEY"]
...
end
```## Usage
`Lita: こんにちは`
## License
[MIT](http://opensource.org/licenses/MIT)