This script automates filling out the semester-end feedback form on the SLCM portal for students at Manipal University Jaipur.
Make sure Python 3 and pip are installed.
Optional but recommended: install Git.
If you're new to this stuff, install:
-
Clone the repository
git clone https://github.com/KrishGoel/slcm-feedback-automation.git
Or download it as a zip and extract it.
-
Create a
.env
file
Create a file named.env
in the root directory of the project.
Add your credentials in the following format (provided in.env.example
):NAME="krish" REGISTRATION_NUMBER="219310342" PASSWORD="NiceNiceNice3*"
Replace
NAME
andREGISTRATION_NUMBER
with your name and registration number. -
Install Dependencies Open a terminal in the project directory and run (ideally in a virtual environment):
pip install -r requirements.txt
-
Run the Script In the terminal, run:
python main.py
This will open a browser window and start filling out the feedback form automatically.