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
Great project, based on what you're doing you might be interested in adapting the package Alright for the WhatsApp Automation.
Here a snippet how you do bulk messaging provided you're using alright package.
>>>fromalrightimportWhatsApp>>>messenger=WhatsApp()
>>>messenger.find_user('2557xxxxxz')
>>>messages= ['Morning my love', 'I wish you a good night!']
>>>formessageinmessages:
messenger.send_message(message)
Thank you Kalebu
The text was updated successfully, but these errors were encountered:
Hi there
Great project, based on what you're doing you might be interested in adapting the package Alright for the WhatsApp Automation.
Here a snippet how you do bulk messaging provided you're using alright package.
Thank you Kalebu
The text was updated successfully, but these errors were encountered: