tomer8007 / kik-bot-api-unofficial

Python API for writing unoffical Kik bots that act like humans
MIT License
126 stars 76 forks source link

How to I recive and read message #147

Closed ghost closed 4 years ago

ghost commented 4 years ago

I have went throu class KikClient and only found functions for sending messages is there I way to get message that was sended to me

tomer8007 commented 4 years ago

Fetching chat history is not supported right now. The best you can do is to fetch roster (list of chat partners) and try to implement fetching history using the protocol described in the wiki.