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!
- Python
- Selenium
- Firefox
- Geckodriver
pip install selenium
- Download geckodriver package
wget https://github.com/mozilla/geckodriver/releases/download/v0.13.0/geckodriver-v0.13.0-linux64.tar.gz
- Extract geckodriver
tar -xvzf geckodriver-v0.13.0-linux64.tar.gz
- Make driver executable
chmod +x geckodriver
- Add the driver to your path script path
export PATH=$PATH:/path-to-extracted-package(geckodriver)
python feedback.py