tomer8007 / kik-bot-api-unofficial

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

Treewide changes #154

Closed kandnub closed 4 years ago

kandnub commented 4 years ago

setup.py: Add pyDes and blockhash requirements

KikClient:

This should close #150 and #64

tomer8007 commented 4 years ago

That looks great.

I think the reason for kik_username and kik_password being not mandatory is to allow operations that do not require login, e.g client.register. Also can we just use https://github.com/commonsmachinery/blockhash-python for blockhash?

kandnub commented 4 years ago

Ah, forgot about register and yes, we could add the source file in utilities and implement the function in ParsingUtilities or just use the code in ParsingUtilities directly