Go to file
clerie ae351c9685 Add index of events by year 2024-02-17 18:10:46 +01:00
assets Add index of events by year 2024-02-17 18:10:46 +01:00
templates Add index of events by year 2024-02-17 18:10:46 +01:00
.gitignore Init repository 2023-06-13 12:30:20 +02:00
LICENSE Add license 2024-01-08 16:50:20 +01:00
README.md Init repository 2023-06-13 12:30:20 +02:00
chaosevents.py Add index of events by year 2024-02-17 18:10:46 +01:00
flake.lock Init repository 2023-06-13 12:30:20 +02:00
flake.nix Init repository 2023-06-13 12:30:20 +02:00
pyproject.toml Add license 2024-01-08 16:50:20 +01:00

README.md

Chaos Events

This repository contains code that generates the Chaos Events Website.

If fetches an ICS from a URL and generates html files that get placed in a specified directory.

Use with pip

pip install .
chaosevents path/to/out/directory

Use with flake

nix run . -- path/to/out/directory