tomer8007 / kik-bot-api-unofficial

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

Refactoring and small bug fix #226

Closed PointlessUser closed 1 year ago

PointlessUser commented 1 year ago

Mostly did f strings again, but I also added checks to data.request to prevent NoneType is not subscriptable errors

Also updated setup.py to be easier to read and modify in case of any plans for a PyPi release. I understand the formatting of things like extras_require were to make it easier to understand in the case of when libraries are added. But in the current state, it just makes things seem more confusing considering they're empty

tomer8007 commented 1 year ago

Thanks