Skip to content

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

License

Notifications You must be signed in to change notification settings

KrishGoel/slcm-feedback-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semester-End Feedback Automation Script

An automation script for filling out semester-end feedback on my college portal - SLCM at Manipal, Jaipur. If you need help with a similar task for a different college, feel free to reach out to me!

Steps to Run the Script on Your Computer

Before you try to run this on your machine, ensure that you have Python and pip installed in your environment.

For my not so technological advanced friends, download git (not super necessary but helpful to have), Python 3 and pip.

  1. Clone this repository git clone https://github.com/KrishGoel/slcm-feedback-automation.git (or you can download it as a zip file from here)

  2. Create an Environment Variables File

    1. Open up a text editor on your computer.

    2. Type in the following text, replacing the parts in quotes with your own information:

      NAME="your-name"
      REGISTRATION_NUMBER="your-registration-number"
      PASSWORD="your-password"
      

      For example, somesh.219301542@muj.manipal.edu_ will be

      NAME="somesh"
      REGISTRATION_NUMBER="219301542"
      PASSWORD="baniyaBro7*"
      
    3. Save the file as .env in the same directory as the script.

  3. Install the required libraries: pip install -r requirements.txt

  4. Run the script

    1. Make sure you're in the slcm-feedback-automation directory in the terminal.
    2. Run the script: python script.py

Voila

About

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

Resources

License

Stars

Watchers

Forks

Languages