Full course information: the lecturer’s name, classroom and building, complete subject title, order of classes, and type of activity.
Users can review and modify as needed. Active feedback and contributions keep the project reliable and future-proof.
Scripts for scraping, parsing, fetching, and saving are run every day so schedules always stay current.
Open the Schedules menu and choose your Faculty.
Select the group of your choice.
On iPhone, the schedule will appear as a calendar subscription.
Once you confirm with the Find option, your group schedule will be available directly in your calendar app.
You can install the WATcalendars project available on Github that include Python Scripts.
Clone the repository to your local machine.
git clone https://github.com/dominikx2002/WATcalendars.git
sh
Next add rights to the setup script.
cd WATcalendars && chmod +x setup.sh
sh
Running following script will automaticaly install required dependencies.
./setup.sh
sh
After that, you can Use the scraping scripts, Change them, Customize them, Fix as needed.
In the repository check "help.txt" file for available options and useful informations or simply type cat help.txt:
cat help.txt
sh
Setup script to install the required dependencies are included for
Arch.
For other distros, please install the dependencies first.