https://github.com/hyperskys/ai-self-bot
A powerful Discord self bot made in Python that uses Character AI. (Educational Purposes Only)
https://github.com/hyperskys/ai-self-bot
ai discord educational python selfbot
Last synced: 4 months ago
JSON representation
A powerful Discord self bot made in Python that uses Character AI. (Educational Purposes Only)
- Host: GitHub
- URL: https://github.com/hyperskys/ai-self-bot
- Owner: HyperSkys
- License: mit
- Created: 2024-06-10T23:33:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T02:29:20.000Z (almost 2 years ago)
- Last Synced: 2025-10-13T08:38:37.979Z (8 months ago)
- Topics: ai, discord, educational, python, selfbot
- Language: Python
- Homepage: https://www.hyperskys.dev/
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Self Bot



**AI Self Bot** is a powerful Discord self bot made in Python that uses Character AI.
### Download Instructions
In order to use AI Self Bot you need to install some Python libraries, here is the list of libraries you need.
`discum`
`pyyaml`
`characterai`
### Get your Discord Token
In order to get your Discord Token open up developer tools by pressing F12 then head over to the the network tab, then start interacting with Discord after a few seconds you should see a list of requests appearing click on one and look for the `Authorization` header the contents of the header is your Discord token.
### Get your Character AI Token
In order to get your Character AI token go to https://old.character.ai open up developer tools by pressing F12 then head over to the application tab, click Local Storage then look for `char_token` then copy what is inside `{"value":"your_token"`.
### Get your Character AI Character ID
In order to get your Character AI Character ID go to a specific character look at the url (should look like this `old.character.ai/chat2?char=kZT7zxpl_1fn43ROM7RO_d4_TlPmZzRGnyIz8BJy5FE`) in the example the character id is `kZT7zxpl_1fn43ROM7RO_d4_TlPmZzRGnyIz8BJy5FE` right between the `char=` and the `&`.
### Telegram
You can join my telegram using this link https://t.me/hyperskysdev please join the server if you have any issues or suggestions that you would like to make do not make random issues when you could just use the telegram.
## License
This project is licensed under [MIT Public License](https://github.com/HyperSkys/AI-Self-Bot/blob/main/LICENSE)