An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# AI Self Bot

![Python](https://img.shields.io/badge/python-%23ED8B00.svg?style=for-the-badge&logo=python&logoColor=white)
![GitHub](https://img.shields.io/github/languages/code-size/HyperSkys/AI-Self-Bot?color=cyan&label=Size&labelColor=000000&logo=GitHub&style=for-the-badge)
![GitHub](https://img.shields.io/github/license/HyperSkys/AI-Self-Bot?color=violet&logo=GitHub&labelColor=000000&style=for-the-badge)

**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)