An automatic feedback form filling bot for end/mid semester teacher feedbacks
Make sure you have installed:
- Python 3.x
- Chrome(updated to latest version)
- Chromedriver(instructions for installation below
How to run?
- Clone the repository
git clone https://github.com/sinnytk/dsu-feedback-bot- Update your chrome and download the latest ChromeDriver(stable)
- 2.1. Extract the zip into the folder(same as the script)
- Open command prompt/terminal in the repo folder
- Run the following command to install required libraries for Python
pip install -r requirements.txt- Put in your username and password in conf.py
- Run the script in command prompt/terminal using:
python autofill.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
