tomer8007 / kik-bot-api-unofficial

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

Require device_id for auto login #233

Closed PointlessUser closed 9 months ago

PointlessUser commented 9 months ago

Require device_id for auto login Make API_key mandatory for sending gifs Some Refactoring

tomer8007 commented 9 months ago

Why would we want to require the device_id for logins? Will the example on the README.md still work?

PointlessUser commented 9 months ago

Why would we want to require the device_id for logins? Will the example on the README.md still work?

If you sign in with a different device_id from the one you did the captcha on, you have to re-do the captcha

tomer8007 commented 9 months ago

OK, but will the example in the README still work or you'll have to supply a device ID?

PointlessUser commented 9 months ago

OK, but will the example in the README still work or you'll have to supply a device ID?

It will work the same. It'll still require a captcha for each login, but it will work. The Device ID is only if you want to bypass the captcha