Open source Whatsapp business API client for python
I have my own Whatsapp business account. I want to have a client that can:
- Alert me when I get a new message
- Be able to send an automatic reply based on the original message I've received.
I've searched the web for ready open source python clients I can use and found only one that might be suitable - https://pypi.org/project/wabclient/ The problem - there is no documentation on how to use it, reviews etc. Are there any other open sources I can use to achieve my goal? Any sample projects that use wabclient?