Skip to content

A Python script based on Selenium library to automate the teacher evaluation process in NIT Calicut

Notifications You must be signed in to change notification settings

afeedhshaji/nitc-dss-automatic-teacher-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automatic DSS-NIT Calicut Teacher Evaluator

Installing geckodriver for linux

  1. Download geckodriver(v0.26.0)
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
  1. Add the driver to your PATH so other tools can find it:
export PATH=$PATH:/path-to-extracted-file/.

Running the code

  1. Create a virtual environment.
virtualenv --python=$(which python3) venv
  1. Activate the virtual environment.
source venv/bin/activate
  1. Install the necessary requirements.
pip3 install -r req.txt
  1. Run the python script to start the bot.
python3 app.py [username] [password]

About

A Python script based on Selenium library to automate the teacher evaluation process in NIT Calicut

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages