tomer8007 / kik-bot-api-unofficial

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

Add new version info, bad version handling, deprecate registration #262

Closed bluemods closed 2 months ago

bluemods commented 2 months ago

Client can now authenticate with an established session again (device_id, recommended) or login via username/password.

Signup (register) is now a no-op and logs an error as Kik has completely redesigned the process to introduce new third-party security mechanisms and has blocked the current XMPP method.

Closes #261

tomer8007 commented 2 months ago

Thank you

andypriebe commented 2 months ago

Will anyone try and fix the register at some point?