Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 500 Bytes

rmit-timetable-export

A calender export script written in Python specifically for RMIT mytimetable. Takes RMIT credentials and fetches class data to be interpreted into an ICS file. Outputs to a file named calsXXXXXXX.ics (where XX... is the given student number)

Usage: python ./rmitcal.py <username> <password>

Tested and runs on Python 2.6.6 and Python 3

Requires these two Python packages: Requests 2.12.3 https://pypi.python.org/pypi/requests/ lxml 3.4.4 http://lxml.de/installation.html