Skip to content

This code will be for auto-filling of several feedback data of MAKAUT portal without human intervention if once initiated.

Notifications You must be signed in to change notification settings

kundankumardec16/Auto_filling_feedback_in_MAKAUT_portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Auto_filling_feedback_in_MAKAUT_portal

This project is for auto-form feedback completion within the MAKAUT portal.

Installation Steps

Step 1: Git clone this repository

$ git clone https://github.com/kundankumardec16/Auto_filling_feedback_in_MAKAUT_portal.git
$ cd Auto_filling_feedback_in_MAKAUT_portal

Step 2: Pip install requirements

$ python3 -m pip install selenium

Step 3: Download Chromium Driver and copy the file path

Download the Chromium Driver from https://chromedriver.chromium.org/ (Note: Unzip the file after it's finished downloading). Copy the FULL PATH of the recently unzipped .exe file.

Step 4: Paste in the Driver file path

Paste the path within the quotations in Discrete_mathematics_autofill_feedback.py under the comment "#Connecting Selenium WebDriver with Chrome WebDriver"

Example:

driver=webdriver.Chrome(executable_path="*C:\Users\HP\AppData\Local\Temp\Rar$EXa0.142\chromedriver.exe*")

Step 5: Enter roll number and password

In the code enter your roll number and password within the quotes send_keys(""). It is next to the comment # Enter your roll no/password here

Step 6: Save the file and run

$ python3 Discrete_mathematics_autofill_feedback.py

NOTES: Ensure your version of Google Chrome is up to date. You can update it here: chrome://settings/help The code written will only work if the website "https://makaut1.ucanapply.com/smartexam/public/" after login has not been changed.

About

This code will be for auto-filling of several feedback data of MAKAUT portal without human intervention if once initiated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages