Skip to content

Instantly share code, notes, and snippets.

@ganigithub
Created June 21, 2022 06:19
Show Gist options
  • Save ganigithub/98e9353d759446e9716c63b2aa3defc2 to your computer and use it in GitHub Desktop.
Save ganigithub/98e9353d759446e9716c63b2aa3defc2 to your computer and use it in GitHub Desktop.
import json
with open(*your file path*,'r') as f:
login = json.load(f)
username = login['user_id']
password = login['password']
totp = login['totp']
webdriver_path = login['webdriver_path'] #path of your chromedriver
url = login['url']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment