Send unlimited WhatsApp messages using Python..|PyCodeMates|

preview_player
Показать описание

python program to automate whatsapp message

spam your friends.
Рекомендации по теме
Комментарии
Автор

import pyautogui as pt
import time

limit = input("Enter the limit:")
message = input("Enter the message:")
i = 0

time.sleep(3)

while i<int(limit):

pt.typewrite(message)
pt.press("enter")

i+=1

sreeragrayirath
Автор

Whats app does not provide any public api not possible to send message using Python

bhupeshcsingh
Автор

Lel for anyone wondering, the code is genuine. Lets just say he /she isn't showing how it works so we got stupid ppl in comments trashtlaking.

debaprasadbanerjee
Автор

How did ur code get the receiver’s number?!!

izamcc
Автор

how to send to different numbers the same msn?

wilsonaguilar
Автор

i want a type of code that generate the alternate text for msg using python

usmanshaikh
Автор

import pyautogui as pt

import timer


limit = input("Enter limit:")

message = input("Enter message:")

i = 0


time.sleep(3)

while i<int(limit):



    pt.typewrite(message)

    pt.press("enter")


    1+=1

The.daring.aditya
Автор

What are the apps and things required ??

opsgigithegamergod
Автор

well, that's one way to do it lol.

iwillhackthem
Автор

Imported module. But when i run it. It seemed that no module name pyautogui

mashoodkkkarbala