UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
33 stars 62 forks source link

📃: Add WhatsApp message automation bot #160

Open jvkousthub opened 16 hours ago

jvkousthub commented 16 hours ago

:red_circle: WhatsApp message automation bot : :red_circle: A WhatsApp message automation bot can be made using existing python libraries :

Screenshots 📷

N/A


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 16 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

jvkousthub commented 16 hours ago

@UTSAVS26 I am ready to contribute to this issue assign it to me

UTSAVS26 commented 15 hours ago

Please add brief explanation how you gonna do and what all you cover in this issue.

jvkousthub commented 15 hours ago

Required Modules pywhatkit, datetime, random Prompts the user to enter the phone number they want to send message to. Presents a menu with three options: Send OTP Send Custom Message Send a message at a particular time Based on the user's choice, the script performs the corresponding action: For sending an OTP, it generates a random OTP and sends it. For sending a custom message, it prompts the user to enter the message and prepares to send it.

Please let me know if anything more is to be added

UTSAVS26 commented 15 hours ago

Required Modules pywhatkit, datetime, random Prompts the user to enter the phone number they want to send message to. Presents a menu with three options: Send OTP Send Custom Message Send a message at a particular time Based on the user's choice, the script performs the corresponding action: For sending an OTP, it generates a random OTP and sends it. For sending a custom message, it prompts the user to enter the message and prepares to send it.

Please let me know if anything more is to be added

It is good 👍 Based on the work done I will change its label accordingly. All the best

jvkousthub commented 15 hours ago

Thankyou for assigning me I will do my best

the label should be hactoberfest-accepted

image

UTSAVS26 commented 15 hours ago

Thankyou for assigning me I will do my best

the label should be hactoberfest-accepted

image

Based on what mentors and me have decided, we will add hacktoberfest label in issues and hacktoberfest-accepted label in PR. So don't worry about the labels .

Just keep doing your contributions. All the best