Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Last active September 4, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottet-dev/d043e0ed5dbd50ca4989c4486726c43f to your computer and use it in GitHub Desktop.
Save mottet-dev/d043e0ed5dbd50ca4989c4486726c43f to your computer and use it in GitHub Desktop.
InstagramBot
from selenium import webdriver
class InstagramBot():
def __init__(self, email, password):
self.browser = webdriver.Chrome()
self.email = email
self.password = password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment