Untitled

 avatar
user_2459844
plain_text
2 years ago
448 B
5
Indexable
import time
import pyautogui
import datetime

time.sleep(5)

start_time = time.time()
while time.time() - start_time < 3600:
    pyautogui.hotkey('ctrl', 'shift', 'n')
    pyautogui.write("https://nakarmpsa.olx.pl/blog/pet/gapcia/")
    pyautogui.press('enter')
    time.sleep(1)
    pyautogui.scroll(-200)  
    time.sleep(0.5)
    pyautogui.click(x=1459, y=971, button='left')
    time.sleep(1.5)
    pyautogui.hotkey('ctrl', 'w')
Editor is loading...
Leave a Comment