A command line tool that students from Ionian university can check their grades (unofficial)
Run the following command
pip install dias-scraperIf you want to save your username and password for easier access, you can add them to your ~/.bashrc file by following these steps:
- Open your terminal.
- Edit your
~/.bashrcfile using a text editor, likenanoorvim:nano ~/.bashrc - Add the following lines:
export MY_USERNAME="your_username"
export MY_PASSWORD="your_password"- Don't forget to reload your shell config file
source ~/.bashrc
