Skip to content

GearKite/Baltic-Pride-Events-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baltic Pride events parser

Parses the Baltic Pride website into an .ics file.

Using the generated .ics file

Just subscribe to the generated .ics file.

Running the script manually

Prerequisites

  • A somewhat up-to-date version of Python. (Tested on 3.12)

Installation

  1. Create a virtual environment
    python -m venv .venv
  2. Activate the virtual environment
    source .venv/bin/activate
  3. Install dependencies
    pip install -r requirements.txt

Usage

  1. Run the parser
    python main.py
  2. Import the generated events.ics into your calendar

Releases

No releases published

Packages

No packages published