anirudhbagri / whatsapp-bulk-messenger

Send whatsapp message in bulk
226 stars 144 forks source link

Alright | Give it a try #17

Open Kalebu opened 2 years ago

Kalebu commented 2 years ago

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

iamtalhaasghar commented 3 months ago

Your python library is great @Kalebu.