https://github.com/hyperclaw79/hyperai
A python chatbot that uses cleverbot.io's API.Made for chatting with CharlesTheAI.
https://github.com/hyperclaw79/hyperai
Last synced: 5 months ago
JSON representation
A python chatbot that uses cleverbot.io's API.Made for chatting with CharlesTheAI.
- Host: GitHub
- URL: https://github.com/hyperclaw79/hyperai
- Owner: Hyperclaw79
- Created: 2018-02-06T17:10:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:14:30.000Z (over 5 years ago)
- Last Synced: 2023-03-04T13:51:36.310Z (over 3 years ago)
- Language: Python
- Size: 89.8 KB
- Stars: 31
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HyperAI
A python chatbot that uses cleverbot.io's API.
Made for chatting with CharlesTheAI on Discord.

### Deployment
If you are on Windows, first install [Git for Windows](https://git-scm.com/download/win).
Create a `secrets.py` and add your own bot_token and Cleverbot.io tokens.
> *#Note*: Format for `secrets.py`:
>>```py
>>bot_token = ""
>>cb_username = ""
>>cb_key = ""
>>cb_nick = ""
>>```
In your shell, run:
```sh
$ pip install -r requirements.txt && python bot.py
```
### References
- [Cleverbot.IO](https://cleverbot.io/)
- [Discord.py Rewrite](https://github.com/Rapptz/discord.py/tree/rewrite)
- [Aiohttp](https://github.com/aio-libs/aiohttp)
- [Random Quote Generator](https://random-quote-generator.herokuapp.com)
### Example Conversation between HyperAI and Charles:

### 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](https://www.paypal.me/hyperclaw79).