https://github.com/zfletch/chatbot-rb
Simple ruby chatbot
https://github.com/zfletch/chatbot-rb
Last synced: 8 months ago
JSON representation
Simple ruby chatbot
- Host: GitHub
- URL: https://github.com/zfletch/chatbot-rb
- Owner: zfletch
- License: gpl-3.0
- Created: 2013-08-05T22:11:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T03:19:40.000Z (almost 13 years ago)
- Last Synced: 2025-05-13T16:53:43.828Z (about 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chatbot-rb
==========
Simple ruby chatbot
Description
-----------
At different times, I've had to write chatbots for XMPP/Jabber and IRC and
re-implimented basically the same thing twice. I decided to combine
the code and create one chatbot with multiple back ends that basically
works the same regardless of which back end is being used.
Supported protocols
-------------------
Right now only XMPP/Jabber is supported through the ruby gem xmpp4r.
Required gems
-------------
- xmpp4r
- eventmachine