Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristianbica/lita-cleverbot
Lita AI via cleverbot.io
https://github.com/cristianbica/lita-cleverbot
Last synced: about 1 month ago
JSON representation
Lita AI via cleverbot.io
- Host: GitHub
- URL: https://github.com/cristianbica/lita-cleverbot
- Owner: cristianbica
- License: mit
- Created: 2016-06-05T06:45:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T13:08:48.000Z (over 8 years ago)
- Last Synced: 2024-09-07T02:01:26.937Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lita-cleverbot
[![Build Status](https://travis-ci.org/cristianbica/lita-cleverbot.png?branch=master)](https://travis-ci.org/cristianbica/lita-cleverbot)
[![Coverage Status](https://coveralls.io/repos/github/cristianbica/lita-cleverbot/badge.svg?branch=master)](https://coveralls.io/github/cristianbica/lita-cleverbot?branch=master)This Lita handler will send unhadled messages directed to Lita to Cleverbot and reply with clever messages.
## Installation
Add lita-cleverbot to your Lita instance's Gemfile:
``` ruby
gem "lita-cleverbot"
```## Configuration
Get your Keys from [Cleverbot](https://cleverbot.io) and add them to your configuration:
``` ruby
Lita.configure do |config|
config.handlers.cleverbot.api_user = 'API_USER'
config.handlers.cleverbot.api_key = 'API_KEY'
end
```## Contributing
1. Fork it ( https://github.com/cristianbica/lita-cleverbot/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