Created
September 10, 2020 03:20
-
-
Save dev4Fun/ef4db791fe760696608ad79df14cf467 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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