buritica 3Speak Podcast

BOT DE WHATSAPP ENVIA MENSAJES MASIVOS CON PYTHON!


Listen Later

https://3speak.tv/watch?v=buritica/svrhayhn
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")
...more
View all episodesView all episodes
Download on the App Store

buritica 3Speak PodcastBy Maicol Ortega