-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
27 lines (16 loc) · 939 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
UniBo Calendar Builder
This is a simple script made to export your lectures to a calendar file that
could be imported into your phone calendar or everywhere else.
Reference GitHub page: https://github.com/finedust/calendar-builder
Dependencies: python3, (pip)
Installation: python3 -m pip install -r requirements.txt
Simple usage: ./main.py -c <course-code> -y <year>
eg. ./main.py -c 8010 -y 2
The script fetches the UniBo API for open data and then makes your calendar in
icalendar format (see https://en.wikipedia.org/wiki/ICalendar).
Important: This project is licensed under the terms of the MIT license.
See the file LICENSE.txt for details.
I'm not affiliated with UniBo (apart being a student) and my work is personal
and not requested by the UniBo staff.
Probably this code contains bugs so please let me know if something goes wrong.
by Francesco Tosello. Contact me at: [email protected]