Simple telegram chatbot using node-characterai and telegraf.
This package requires a valid session token from Character AI. You can get one by logging in to your Character AI account and copying the value of the accessToken in the localStorage of your browser.
- Open the Character AI website in your browser
- Open the developer tools
F12and go to theApplicationtab. - Go to the
Storagesection and click onLocal Storage. - Look for the
@@auth0spajs@@::dyD3gE281MqgISG7FuIXYhL2WEknqZzv::https://auth0.character.ai/::openid profile email offline_accesskey. - Open the body and copy the access token.
You can find your character ID in the URL of a Character's chat page. For example, if you go to the chat page of the character Test Character you will see the URL https://character.ai/chat/chat?char=5f7f9b9b9b9b9b9b9b9b9b9b. The last part of the URL is the character ID:

