whatsapp-bulk-messenger icon indicating copy to clipboard operation
whatsapp-bulk-messenger copied to clipboard

Alright | Give it a try

Open Kalebu opened this issue 2 years ago • 0 comments

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.

>>> from alright import WhatsApp
>>> messenger = WhatsApp()
>>> messenger.find_user('2557xxxxxz')
>>> messages = ['Morning my love', 'I wish you a good night!']
>>> for message in messages:  
        messenger.send_message(message)   

Thank you Kalebu

Kalebu avatar May 21 '22 19:05 Kalebu