Skip to content

Srogozins/chip2chimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip2chimp

Human-Computer communications API connector. Currently just a glorified Omegle-Cleverbot chat connector.

Installation

Requirements

The code was written for Python version 3.5 and higher.

Cleverbot, is required. To install it:

$ git clone https://github.com/superboum/cleverbot
$ cd cleverbot
$ pip install .

Other dependencies are specified in requirements.txt. To install them:

$ pip install -r requirements.txt

Usage

$ ./c2c.py [omegle conversation topics]

Examples

$ ./c2c.py
$ ./c2c.py music programming

TODO

  • Chat log files
  • Disguise robotic behaviour
  • Detect other bots and drop them if necessary
  • Support for multiple simultaneous chat sessions and other management
  • Better UI
  • Manual chat input
  • Support for more Human/Computer communication APIs
  • Multiparty communication
  • Porting to Rebol

About

Chip-to-chimp interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages