https://github.com/prettymuchbryce/omeglevscleverbot
Omegle vs Cleverbot is a simple ruby program that pipes output from an omegle conversation, to cleverbot, and back.
https://github.com/prettymuchbryce/omeglevscleverbot
Last synced: over 1 year ago
JSON representation
Omegle vs Cleverbot is a simple ruby program that pipes output from an omegle conversation, to cleverbot, and back.
- Host: GitHub
- URL: https://github.com/prettymuchbryce/omeglevscleverbot
- Owner: prettymuchbryce
- License: mit
- Created: 2013-06-02T17:17:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T17:21:57.000Z (about 13 years ago)
- Last Synced: 2025-03-17T16:55:46.866Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> connected
> cleverbot: Heeeeey :D
> omegle user: M
> cleverbot: So are you a horse.
> user disconnected
Omegle vs Cleverbot
=========
Omegle vs Cleverbot is a simple ruby program that pipes output from an omegle conversation, to cleverbot, and back. It is the pinnacle of human scientific discovery, and coincidentally; my magnum opus.
Installation and usage
------------
I've only tested this on osx.
git clone git://github.com/prettymuchbryce/omeglevscleverbot.git
cd omeglevscleverbot
bundle install
ruby bot.rb
Thanks
------
Thanks to creators and maintainers of the romegle, and cleverbot-api gems. They did the hard work, I just hacked their work together.