You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Systems I am now working with are mainly asynchronous, but this library is synchronous so I avoid using it on my async projects.
However, I love using this library it is so much more convenient
Describe the solution you'd like
Option to create Async class. Like from whatsapp import AsyncWhatsApp
The text was updated successfully, but these errors were encountered:
Full asyncronous implementation of the library.
For more infos please read the [dedicated wiki
page](https://github.com/filipporomani/whatsapp-python/wiki/Async)
Thanks to @Omigirl for the suggestion!
As this feature is still being tested, you may encounter bugs while
using it. In such case, please report them here so I can fix the ASAP! 😄
This closes#55.
Is your feature request related to a problem? Please describe.
Systems I am now working with are mainly asynchronous, but this library is synchronous so I avoid using it on my async projects.
However, I love using this library it is so much more convenient
Describe the solution you'd like
Option to create Async class. Like
from whatsapp import AsyncWhatsApp
The text was updated successfully, but these errors were encountered: