realcoloride / node_characterai

Unofficial Character AI wrapper for node.
https://beta.character.ai/
341 stars 72 forks source link

Multiple conversation #178

Closed Dimas-Saputra-Me closed 2 months ago

Dimas-Saputra-Me commented 2 months ago

Question

Is there any guide regarding on 🪐 How to use an account to mass use the library? in the readme?

What I have tried

I have tried to use some method like this one But it seems there is a specific variable type for the conversationExternalId I have also tried to put externalId on this method. But I'm also getting an error to (might be a wrong type of externalId)

Thank you

realcoloride commented 2 months ago

Hello, the externalId concerns conversations on the OLD interface of CharacterAI. Consider using this: https://github.com/realcoloride/node_characterai/issues/157#issuecomment-2005709711

Dimas-Saputra-Me commented 2 months ago

Alright, thank you so much

realcoloride commented 2 months ago

No problem and happy coding! Also, its worth noting you can create as much as Chat objects from the client as you wish for your conversations. Have a great day! (Think of chats like channels/conversations)