Created
February 9, 2022 10:10
-
-
Save SubhadityaMukherjee/1545501ddc06714518f09798cbaa61a6 to your computer and use it in GitHub Desktop.
impo
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 time | |
from selenium.webdriver.common.action_chains import ActionChains | |
from selenium.webdriver.common.keys import Keys | |
from tqdm import tqdm | |
browser = "chrome" # or firefox | |
user_name = "" # github username | |
email = "" # your login creds | |
passw = "" # your password (please please do not push this to github) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment