Skip to content

Python program to fill the feedback form with just one command!

Notifications You must be signed in to change notification settings

dushyant7917/Automatic-Feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Automatic-Feedback

Python program to fill the SRM University's teachers feedback form with just one command! Time to fill the form reduced from 10-15 mins to 1 min!

Prerequisites before running the script

  1. Python
  2. Selenium
  3. Firefox
  4. Geckodriver

Install selenium

pip install selenium

Install geckodriver

  1. Download geckodriver package
wget https://github.com/mozilla/geckodriver/releases/download/v0.13.0/geckodriver-v0.13.0-linux64.tar.gz
  1. Extract geckodriver
tar -xvzf geckodriver-v0.13.0-linux64.tar.gz
  1. Make driver executable
chmod +x geckodriver
  1. Add the driver to your path script path
export PATH=$PATH:/path-to-extracted-package(geckodriver)

Modify the email and password credentials in the script and run the below command

python feedback.py

About

Python program to fill the feedback form with just one command!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages