ubselcuk / cu-bis

A command-line interface based application to access Cukurova University Information System (ÇÜBİS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cu-bis (currently being developed)

A command-line interface based application to access Cukurova University Student Information System (CUBIS - OBS)

Testing in anaconda environment (Linux)

Make sure you have FireFox already installed, then, clone and go into the repository:

$ git clone https://github.com/mcandemir/cu-bis.git
$ cd cu-bis/

Create an environment:

$ conda create -n cu-bis --file requirements.txt
$ conda activate cu-bis

Before running the app, you should set your CUBIS username and password

{
  "login_data": {
    "username": "",
    "password": ""
  }
}

Run the app:

$ python cubis

About

A command-line interface based application to access Cukurova University Information System (ÇÜBİS)

License:MIT License


Languages

Language:Python 100.0%