tree-eclass is a python project used for auto-updating and downloading the latest files and folders for a subject from eclass
- Auto-update course folder
- Command line tree of subject's files and folders
tree-eclass requires Python3 to run.
Install the required libraries.
git clone https://github.com/panagiotisppg/tree-eclass.git
cd tree-eclass
pip3 install -r requirements.txt
Run the program:
python3 main.py -C XXXYYY
Where XXXYYY is the course number. For example: INF123
You can get alerts in the alerts.csv file for new files uploaded to your subscribed courses by running the updates python file
python3 updates.py
This code in it's current version is only used for public eclass classes