Skip to content

A simple CLI Cleverbot chat app for linux, using the cleverbotfree API and espeak.

License

Notifications You must be signed in to change notification settings

plasticuproject/clevererbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clevererbot

A simple CLI Cleverbot chat app for linux, using the cleverbotfree
API and espeak.

Requirments

You need to have Python 3.x, pip, cleverbotfree, linux espeak and the latest
Firefox browser installed
To install espeak:

sudo apt-get install espeak

To install cleverbotfree:

pip install cleverbotfree

Drivers

Selenium requires a driver to interface with the headless browser. Firefox
requires geckodriver, which needs to be installed before this module can be
used. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin.

You can download the geckodriver at https://github.com/mozilla/geckodriver/releases

Failure to observe this step will give you the error
"Message: ‘geckodriver’ executable needs to be in PATH."

Usage

Just run the script with Python:

python clevererbot.py

About

A simple CLI Cleverbot chat app for linux, using the cleverbotfree API and espeak.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages