Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 846 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 846 Bytes

Chronos ICS

Build Status Requirements Status

Provide ICS files for students @ EPITA (http://chronos.epita.net/).

Our school happens to use ADE Entreprise to advertise students schedules. It is usable but tedious to use as is. This project scraps its web pages and creates the calendar files that can be exposed to students and used to back Google Calendar, Apple iCal and so on.

Install

pip install -r requirements.txt

Run

  • generate the calendars and the index file using cron.py;
  • cp generated files to a path served by your reverse proxy as static files.