Skip to content

Instantly share code, notes, and snippets.

@PaburoTC
Created April 29, 2020 18:13
Show Gist options
  • Save PaburoTC/40fcbbfe0580feb179dd17bfeb905813 to your computer and use it in GitHub Desktop.
Save PaburoTC/40fcbbfe0580feb179dd17bfeb905813 to your computer and use it in GitHub Desktop.
class InstaBot:
def __init__(self):
self.driver = webdriver.Chrome()
self.driver.get("https://instagram.com")
self.__login("patoo301","thisIsNotMyPassword")
while True:
pass
def __login(self, username, pswd):
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment