alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
51 stars 19 forks source link

API for logging out #87

Closed parthibd closed 5 years ago

parthibd commented 5 years ago

Is there a method to log out ?

alfred82santa commented 5 years ago

Nop, I haven't implemented it. I guess it is easy to implement. It is just a method in conn or stream object. Do you want try to do it? or do you prefer I do it?

parthibd commented 5 years ago

Let me try it out . I'll let you know if I run into troubles.

parthibd commented 5 years ago

Made a pull request implementing the functionality .