wa-automate-python icon indicating copy to clipboard operation
wa-automate-python copied to clipboard

💬 🤖 The most advanced Python whatsapp library for chatbots with advanced features. Be sure to ⭐ this repository for updates!

Results 17 wa-automate-python issues
Sort by recently updated
recently updated
newest added

While using the reply_message() function ,it showing this error.Same with sendMessageWithMentions function Error in function reply (javascript error: moi is not defined JavaScript stack: ReferenceError: moi is not defined at...

cannot send messages it didnt work for awhile then it did then stopped again Traceback (most recent call last): ``` wa.chat_send_message(str(number), msg) File "openwaRepoGH/src/__init__.py", line 694, in chat_send_message result =...

I am trying to read unread messages using the below code. I did not get any messages with the default arguments for the 'get_unread' method. But by passing 'use_unread_count', I...

Shouldn't it be parsed normally? What is wrong with that URL? The code ``` from openwa import WhatsAPIDriver driver = WhatsAPIDriver(client='chrome') ``` I'm executing from a Raspberry Pi 3b+ and...

Hi there! I'm not sure if there's already a proper way to do this, but maybe you guys can be help me be creative and find a solution. I'd like...

can you please shed light on whats the difference between the repo on gh and the openwa on pip? is there a difference? when you said you pushed changes, does...

Its been a good couple of months since the beta release last time i tried it wasnt compatible with openwa has anyone made any headway with this? thank you :)

Hi. I encounter a new issue, and I'm not sure how to solve it: ``` File "groups_bot/load_driver.py", line 84, in run for contact in await driver.get_unread(include_notifications=True): File "/app/webwhatsapi/async_driver.py", line 107,...