CharacterAI icon indicating copy to clipboard operation
CharacterAI copied to clipboard

Unofficial Python API for character.ai

Results 37 CharacterAI issues
Sort by recently updated
recently updated
newest added

I am unable to obtain user tokens from the email using the instruction from README.

I got TimeoutError when I call client.connect().... ``` {python} client = aiocai.Client(TOKEN) me = await client.get_me() async with await client.connect() as chat: new, answer = await chat.new_chat( char, me.id )...

I want to open the app's character chat page with an nfc card, but I don't know the url scheme of the app's page, waiting for a kind person to...

Can i ask what would be the full code to prompt character ai through command prompt by batch using their api? πŸ₯ΊπŸ₯Ί what i want is to ask a question...

I am getting a 404 here: https://github.com/kramcat/CharacterAI/blob/main/characterai/auth.py#L10-L20

I don't have proof that this is a problem, but it may very well be one. With old (beta) C.AI gone, is this API now usable?

I tried using pycai, i started by trying out the example shown in the documentation and plugging in the correct character ID and Token but sadly i get this error:...

Character.ai doesn't send you a verification code anymore. Instead, it sends you a link you have to click to verify your email (which obviously renders the e-mail login method useless)![image](https://github.com/user-attachments/assets/b3e0d088-a0be-4fdf-a280-8b7257d8ba7e)

When run the examples: from characterai import aiocai import asyncio async def main(): char = "" client = aiocai.Client("") me = await client.get_me() async with await client.connect() as chat: new,...