Skip to content

A script (in python) that let you choose between 2 "classes" and then sign you in to the website of my teacher

License

Notifications You must be signed in to change notification settings

Yass1G1/Auto-connect-Class-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Auto-connect-Class-Website

A script (in python with Selenium Library) that let you choose between 2 "classes" and then sign you in to the website of my teacher

For senior developers :

  1. Understand the code
  2. Modify it as you want
  3. Enjoy your beer

For Junior developors :

  1. Download Webdriver of your desired browser
  2. Change the driver variable to locate the drivers that you downloaded (to allow the script to launch your browser)
  3. Change the driver.get(<https://link-to-your.website/>) parentheses to add your own website (link to the sign in page)
  4. Change this 19. driver.find_element_by_xpath("//input[@id='<USER_FORM_TAG>']").send_keys("<USERNAME>")
  5. And this 21. driver.find_element_by_xpath("//input[@id='<PASS_FORM_TAG>']").send_keys("<PASSWORD>")

(Sorry for bad explanations, this my very own script that I didn't made it to be changed but it can easily be modified ^^)

Enjoy ! 🌈

About

A script (in python) that let you choose between 2 "classes" and then sign you in to the website of my teacher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages