AHGGG / poe-node-api

A reverse engineered Node.js client for Quora's Poe.
MIT License
38 stars 5 forks source link

Conversations #9

Closed MrlolDev closed 1 year ago

MrlolDev commented 1 year ago

How to follow a conversation in different accounds

AHGGG commented 1 year ago

follow?

for account of accounts
    get info needed by account cookie
    store info to local, for next chat use
    set ws connection, mark by uid

user:
choose bot
trylock
get bot info local
get channel info
get ws connection or reopen
send chat query
......
end chat
unlock bot