tomer8007 / kik-bot-api-unofficial

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

K tag sorting #168

Closed Artificiangel closed 3 years ago

Artificiangel commented 3 years ago

Added functions to sort the anonymous k tag according to decompiled java code. The decompiled code may not be exact, but my python code returns the same results.

This commit is a part of the fix for camera images and proper login. Code tested on python 3.6.4.

Recompiling the kik apk without making changes to it still breaks camera images. They are probably checking the apk signature too somewhere.

Artificiangel commented 3 years ago

Working on a few changes such as removing f-strings and making variable/function names easier to understand.