Hola que tal chicos y chicas de la comunidad el dia de hoy les quiero enseñar un bot
bastante sencillo creado con python, python es un lenguaje de programación bastante facil
de aprender y bastante usado en la comunidad de programadores
La funcionalidad del bot es muy sencilla solo abre el navegador automaticamente con el numero
de telefono asignado luego escribe el texto que le asignes y un mensaje, luego se repite
las veces que quieras esta funcion y asi puedes enviar muchos mensajes a un contacto
esto podria servir para hacerle una broma a un amigo, o para inicio de un proyecto de enviar
mensajes a muchos otros contactos
espero les guste este bot
[ENGLISH]
Hello guys and girls of the community today I want to show you a very simple bot created with python, python is a very easy programming language.
quite simple created with python, python is a programming language quite easy to learn and quite used in the
to learn and quite used in the programming community.
The functionality of the bot is very simple just open the browser automatically with the assigned phone number then type the text
then write the text that you assign and a message, then it repeats this function as many times as you want.
the times that you want this function and so you can send many messages to a contact.
this could be useful to make a joke to a friend, or to start a project to send messages to many other contacts.
messages to many other contacts
I hope you like this bot
CODE
import pyautogui as pg
import time as tm
import webbrowser as web
web.open("https://web.whatsapp.com/send/?phone=NUMBER")
tm.sleep(8)
for i in range(1, 10):
pg.write("Prueba para video, bomba ws")
pg.press("Enter")
▶️ 3Speak
Wow ejecute una función bastante interesante que puede usarse para bastantes cosas sin embargo déjame decirte que WhatsApp al ver Lo extraño que está actuando la cuenta de la persona que ejecuta este programa puede bloquearlo Ellos tienen límites Así que hay que utilizarlo con prudencia
Muy buen dato eso
Congratulations @buritica! You received a personal badge!
You can view your badges on your board and compare yourself to others in the Ranking
Check out our last posts:
Support the HiveBuzz project. Vote for our proposal!