Skip to main content

UE Katowice class schedule utility library

Project description

UE Class schedule utility library

A utility library used to download, filter and export class schedule at University of Economics in Katowice. Imports data from "Wirtualna uczelnia".

Each students gets a constant schedule id which is used to generate the schedule.

You can get your ID by going to "Wirtualna uczelnia" > "Rozkład zajęć" > "Prezentacja harmonogramu zajęć" > "Eksport planu do kalendarza".

The url ends with /calendarid_XXXXXX.ics, the XXXXXX will be your ID.

Installation

pip install ue-schedule

Development

You can install dependencies in a virtualenv with pipenv

pipenv install
pipenv shell

Usage

Import

from ue_schedule import Schedule

Initialization

# initialize the downloader with dates
s = Schedule(schedule_id, start_date, end_date)

# and without dates
s = Schedule(schedule_id)

Export

# get event list
schedule.events

# export as iCalendar
schedule.to_ical()

Data is automatically fetched when exporting, but you can force fetch with

schedule.fetch()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ue-schedule-0.2.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

ue_schedule-0.2.3-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page