Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.45 KB

File metadata and controls

45 lines (35 loc) · 1.45 KB

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.