class InstagramBot:
def __init__(self, username, password): self.username = username self.password = password self.driver = webdriver.Chrome() def cl