Hyperclaw79 / HyperAI

A python chatbot that uses cleverbot.io's API.Made for chatting with CharlesTheAI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperAI

A python chatbot that uses cleverbot.io's API. Made for chatting with CharlesTheAI on Discord.

Logo

Deployment

If you are on Windows, first install Git for Windows. Create a secrets.py and add your own bot_token and Cleverbot.io tokens.

#Note: Format for secrets.py:

bot_token = ""
cb_username = ""
cb_key = ""
cb_nick = ""

In your shell, run:

$ pip install -r requirements.txt && python bot.py

References

Example Conversation between HyperAI and Charles:

Aren't they adorable? XD

Contributions

  • Feel free to make your own changes and open a PR if you want those features to be a part of HyperAI.
  • If you would like to show some love, you can always visit my paypal.

About

A python chatbot that uses cleverbot.io's API.Made for chatting with CharlesTheAI.


Languages

Language:Python 100.0%