tomer8007 / kik-bot-api-unofficial

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

How to get username from JID? #218

Closed KyleSforza closed 1 year ago

KyleSforza commented 1 year ago

How do you extract username from someone's JID?

tomer8007 commented 1 year ago

I think what you're looking for is request_info_of_users: https://github.com/tomer8007/kik-bot-api-unofficial/blob/75471620fdbb93061a11c1b31366479509b25022/kik_unofficial/client.py#L237