enb_bot icon indicating copy to clipboard operation
enb_bot copied to clipboard

PyAutoGUI bot for Earth & Beyond

Results 1 enb_bot issues
Sort by recently updated
recently updated
newest added

I can't manage to make it work the code I've written this : import pyautogui as pg import time import webbrowser as web parsedMessage="Puto" web.open('https://web.whatsapp.com/'+'+#########'+parsedMessage) time.sleep(1) for i in range(10000000):...