tomer8007 / kik-bot-api-unofficial

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

Allow direct usage of example scripts #159

Closed 3dik closed 4 years ago

3dik commented 4 years ago

Even in their original form, these scripts can be quite helpful. In my opinion, we should make them directly usable. Also, this would make them more maintainable since changing the hard-coded login data for test runs wouldn't be necessary anymore.

See also: details on Python shebangs