fahrezahafiz / krs-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

krs-bot

A KRS-filling bot made with Selenium WebDriver on Python.

How to Use

  1. Clone this repo
  2. Make sure you have the selenium package installed in your virtual environment
  3. Install your WebDriver of choice and copy the path to it
  4. Fill in the required variables:
PATH = 'C:\path\to\webriver.exe'
USERNAME = 'your_username'
PASSWORD = 'your_password'
COURSES = [
 # TODO: decide course format
]
  1. Open a terminal window inside the root directory of the project
  2. Execute python main.py
  3. Wait until KRS is opened
  4. Press p then Enter
  5. Watch magic happen
  6. Done

About


Languages

Language:Python 100.0%