Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alright | Give it a try #17

Open
Kalebu opened this issue May 21, 2022 · 1 comment
Open

Alright | Give it a try #17

Kalebu opened this issue May 21, 2022 · 1 comment

Comments

@Kalebu
Copy link

Kalebu commented May 21, 2022

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
Copy link

Your python library is great @Kalebu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants