View the to-do list, submit your homework, and achieve more in your terminal!
- Python 3.10 and before 3.14*
- Python venv virtual environments
bash <(curl -fsSL https://raw.githubusercontent.com/GGQQmax/iclass-cli/main/IclassCLI_setup.sh)Git clone the project
git clone https://github.com/GGQQmax/iclass-cli.gitadd .env to the project folder
USERNAMEID="YOURSTUDENTID"
PASSWORD="YOURSSOPASSWORD"Set up python virtual environments and install package
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txthow to build to a exe
pip install -r requirements.txt
pip install windows-curses #Might need if you using windows
pip install pyinstaller
pyinstaller main.py --onefile --name iclassCLI --add-data '.env:.'quick upload file by using grep
ls | grep "grep fillter" | iclassCLI -uOr you are doing wth your are
ls | grep HWK10 | iclassCLI -u --raw | iclassCLI -s -i "$(iclassCLI --todo | awk '/HWK10/{print $NF}')" -ids -I think you got the idea