The repository includes a Python 3 script for scraping the DefCamp website and creating a calendar with every event. The calendar is in ICS format and is simple to import into your calendar app.
- Install Python 3 and Poetry.
- Install the Poetry dependencies:
poetry install
- Run the script:
poetry run defcamp-calendar <year> <month> <start_date> <output_ics_file>