Skip to content

Instantly share code, notes, and snippets.

@trecno
trecno / whatsapp-bot.py
Created January 29, 2022 21:26
Bot para petar chats de Whatsapp a mensajes
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from webdriver_manager.firefox import GeckoDriverManager
from time import sleep
chat = 'NOMBRE DEL CHAT'
times = NÚMERO DE VECES
message = 'MENSAJE'
driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())