https://github.com/gearkite/baltic-pride-events-parser
Parses the Baltic Pride website into an ics file
https://github.com/gearkite/baltic-pride-events-parser
baltic-pride ical ics pride
Last synced: 3 months ago
JSON representation
Parses the Baltic Pride website into an ics file
- Host: GitHub
- URL: https://github.com/gearkite/baltic-pride-events-parser
- Owner: GearKite
- License: agpl-3.0
- Created: 2024-06-12T12:57:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T12:58:52.000Z (about 1 year ago)
- Last Synced: 2025-01-23T03:33:41.083Z (5 months ago)
- Topics: baltic-pride, ical, ics, pride
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Baltic Pride events parser
Parses the Baltic Pride website into an `.ics` file.
## Prerequisites
- A somewhat up-to-date version of Python. (Tested on 3.12)
- `wget`/`curl`/your favorite website download utility## Installation
1. Create a virtual environment
`virtualenv .venv`
2. Activate the virtual environment
`source .venv/bin/activate`
3. Install dependencies
`pip install -r requirements.txt`# Usage
1. Download the events page
`wget -O events.html https://balticpride.org/events-2024/` (URL might change)
2. Run the parser
`python main.py`
3. Import the generated `events.ics` into your calendar