Skip to content

Instantly share code, notes, and snippets.

View AlejandroRomeroG's full-sized avatar
🏠
Working from home

Alejandro Romero González AlejandroRomeroG

🏠
Working from home
View GitHub Profile
@AlejandroRomeroG
AlejandroRomeroG / BotWhatsapp.py
Last active February 9, 2021 21:33
Bot para chat de Whatsapp
import pyautogui, time
time.sleep(5)
f = open("beemovie", 'r')
for word in f:
pyautogui.typewrite(word)
pyautogui.press("enter")