Skip to content

Instantly share code, notes, and snippets.

@c0d3x27
Last active March 28, 2021 14:01
Show Gist options
  • Save c0d3x27/7f424d61dd907140121946837e9509e1 to your computer and use it in GitHub Desktop.
Save c0d3x27/7f424d61dd907140121946837e9509e1 to your computer and use it in GitHub Desktop.
instagram bot
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