Skip to content

krishgoel/slcm-feedback-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semester-End Feedback Automation Script

This script automates filling out the semester-end feedback form on the SLCM portal for students at Manipal University Jaipur.

Prerequisites

Make sure Python 3 and pip are installed.
Optional but recommended: install Git.

If you're new to this stuff, install:

Setup Instructions

  1. Clone the repository

    git clone https://github.com/KrishGoel/slcm-feedback-automation.git

    Or download it as a zip and extract it.

  2. 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 and REGISTRATION_NUMBER with your name and registration number.

  3. Install Dependencies Open a terminal in the project directory and run (ideally in a virtual environment):

    pip install -r requirements.txt
  4. Run the Script In the terminal, run:

    python main.py

    This will open a browser window and start filling out the feedback form automatically.

About

An automation script for filling out semester-end feedback on the college portal (SLCM Manipal, Jaipur)

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages