/STARS

A Python script for automating Bilkent University STARS (Student Academic Information Registration System) login process.

Primary LanguagePython

Automated STARS Login

A Python script for automating Bilkent University SRS - Student Academic Information Registration System - login process (with 2-Step verification set to email).

flutter chat app instant chat app

Setup and Usage

  1. Download or clone the project

  2. Install Python(if not already):

  3. Install the webdriver:

    • If you want to use Safari, run the following command in the terminal:
      safaridriver --enable
    • For other browsers follow this guide.
  4. Create your app password:

    Skip this step if you are using Bilkent webmail or you don't have 2-step verification turned on for your email, 
    you don't need and app password. Use your email password instead.
  5. Add the information required in configurations.py.

Create an executable and open STARS by one click

Windows

Open windows-installer.bat 

Stars executable will be created in the "dist" folder.

Mac

In the terminal navigate to the STARS folder and run the following commands:

 chmod +x mac-installer
 ./mac-installer   

Run STARS!