Parses the Baltic Pride website into an .ics file.
Just subscribe to the generated .ics file.
- A somewhat up-to-date version of Python. (Tested on 3.12)
- Create a virtual environment
python -m venv .venv - Activate the virtual environment
source .venv/bin/activate - Install dependencies
pip install -r requirements.txt
- Run the parser
python main.py - Import the generated
events.icsinto your calendar