Skip to content

Instantly share code, notes, and snippets.

@rafaelgallani
Created January 9, 2022 00:44
Show Gist options
  • Select an option

  • Save rafaelgallani/61ce6ed83ccf677142663e617ec7f032 to your computer and use it in GitHub Desktop.

Select an option

Save rafaelgallani/61ce6ed83ccf677142663e617ec7f032 to your computer and use it in GitHub Desktop.
import pyautogui
import time
time.sleep(10)
pyautogui.hotkey('shift', 'alt', 'm')
time.sleep(10)
pyautogui.press('enter')
time.sleep(5)
pyautogui.press('esc')
time.sleep(1)
pyautogui.hotkey('ctrl', 'l')
time.sleep(1)
pyautogui.write('app.bombcrypto.io')
pyautogui.press('enter')
time.sleep(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment