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 2a693a5

Browse files
Update WhatsApp_Group_Message.py
Doc String added
1 parent 4cafe90 commit 2a693a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import pywhatkit
22

3+
"""
4+
To find Group_ID: Copy from WhatsApp group join link
5+
"""
6+
37
Group_ID = input("Enter WhatsApp Group ID:")
48
Message = input("Enter Message You want to send :")
59
print("Enter Schedule Time to send WhatsApp message to recipient :")
610
Time_hrs = int(input("- At What Hour :"))
711
Time_min = int(input("- At What Minutes :"))
812
pywhatkit.sendwhatmsg_to_group(Group_ID, Message, Time_hrs, Time_min)
9-
10-
"""
11-
To find Group_ID: Copy from whatsapp group join link
12-
"""

0 commit comments

Comments
(0)

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