Skip to content

Files

Latest commit

 

History

History

Whatsapp_Bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Star Badge Open Source Love

Whatsapp Bot

whatsappbot

🛠️ Description

A Simple Bot made using Python to Send WhatsApp Message.

The used library is pywhatkit, and it can be found here.

⚙️ Languages or Frameworks Used

Open Command Prompt and use the following command to install the required modules:

pip install pywhatkit

🌟 How to run

Just open a terminal in the folder where your script is located and run the following command:

python main.py

There are several options to send a message:

# Send a WhatsApp Message to a Contact at 1:30 PM
pywhatkit.sendwhatmsg("+910123456789", "Hi", 13, 30)

# Same as above but Closes the Tab in 2 Seconds after Sending the Message
pywhatkit.sendwhatmsg("+910123456789", "Hi", 13, 30, 15, True, 2)

# Send an Image to a Group with the Caption as Hello
pywhatkit.sendwhats_image("AB123CDEFGHijklmn", "Images/Hello.png", "Hello")

# Send an Image to a Contact with the no Caption
pywhatkit.sendwhats_image("+910123456789", "Images/Hello.png")

# Send a WhatsApp Message to a Group at 12:00 AM
pywhatkit.sendwhatmsg_to_group("AB123CDEFGHijklmn", "Hey All!", 0, 0)

# Send a WhatsApp Message to a Group instantly
pywhatkit.sendwhatmsg_to_group_instantly("AB123CDEFGHijklmn", "Hey All!")

📺 Demo

demo

🤖 Author

AnishLohiya, Yurnero-cyber