Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd27396

Browse files
Merge pull request avinashkranjan#2140 from Juhibhojani/master
Adding whatsapp group message automation
2 parents 1f1029a + 2a693a5 commit dd27396

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import pywhatkit
2+
3+
"""
4+
To find Group_ID: Copy from WhatsApp group join link
5+
"""
6+
7+
Group_ID = input("Enter WhatsApp Group ID:")
8+
Message = input("Enter Message You want to send :")
9+
print("Enter Schedule Time to send WhatsApp message to recipient :")
10+
Time_hrs = int(input("- At What Hour :"))
11+
Time_min = int(input("- At What Minutes :"))
12+
pywhatkit.sendwhatmsg_to_group(Group_ID, Message, Time_hrs, Time_min)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /