tomer8007 / kik-bot-api-unofficial

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

Formatting of almost every python file & new client/callback feature #246

Closed feba66 closed 10 months ago

feba66 commented 10 months ago

The client will now call a callback._on_client_init(client) function to save the client to the callback. This enables us to easily access the client from the callback.

tomer8007 commented 10 months ago

OK, Did you check that the API is still working as expected?

feba66 commented 10 months ago

My bot worked. But its not using every method that exists. I didnt change a lot tho, mostly just formatting, which should have no impact on the execution. Those parts that do are quite small and general enough that they should be covered by my bot.