Last active
March 28, 2021 14:01
-
-
Save c0d3x27/7f424d61dd907140121946837e9509e1 to your computer and use it in GitHub Desktop.
instagram bot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from time import sleep | |
from selenium import webdriver | |
browser = webdriver.Firefox() | |
browser.get('https://www.instagram.com/') | |
sleep(5) | |
browser.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment