aydinmercan / etu-coursebase

etu-coursebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

etu-coursebase

ci

CLI for ETU Coursebase

How to use

# cd into local repo
cd etu-coursebase
# install
pip install .

Create a json file named config.json in ~/.config/coursebase/ with content similar to the one below.

{
  "lookFor": [
    "ELE 273",
    "İKT 313",
    "TAR 101",
    "İDE 218",
    "MAT 441"
  ]
}
# run
coursebase

License

BSD

About

etu-coursebase

License:Other


Languages

Language:Python 100.0%