An open API service indexing awesome lists of open source software.

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.

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.