Skip to content

Instantly share code, notes, and snippets.

@dev4Fun
Created September 10, 2020 03:20
Show Gist options
  • Save dev4Fun/ef4db791fe760696608ad79df14cf467 to your computer and use it in GitHub Desktop.
Save dev4Fun/ef4db791fe760696608ad79df14cf467 to your computer and use it in GitHub Desktop.
import pathlib
USERNAME = '' # instagram account
PASSWORD = '' # instagram password
# executable path for chrome driver
DRIVER_EXECUTABLE_PATH = pathlib.Path(__file__).parent.absolute().joinpath("chromedriver")
IGNORE_TAGS = [] # exact case non sensitive matching
SKIP_LOGIN = False # skip log in flow. Useful if you have profile with cookies saved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment