A script to fetch and convert dates from the "Abfallnavi" (https://www.regioit.de/produkte-leistungen/entsorgung/abfallapp-abfallnavi/) into ical files
Go to file
sqozz cebd945d45 Fix purging of future ical appointments 2023-03-01 09:41:31 +01:00
.gitignore Add initial script 2021-05-25 13:18:03 +02:00
README.md Update 'README.md' 2021-05-25 13:31:29 +02:00
config.ini.example Add configurable output folder 2021-10-07 12:09:34 +02:00
generate_ical.py Fix purging of future ical appointments 2023-03-01 09:41:31 +01:00
requirements.txt Add initial script 2021-05-25 13:18:03 +02:00

README.md

This script fetches data from the "Abfallnavi" application developed by "regio iT" (https://www.regioit.de/produkte-leistungen/entsorgung/abfallapp-abfallnavi/) and converts it into ical files to import them in any regular calendar software. It is currently tested and used in Nuremberg.

Other cities which could be supported in the future:

Installation

  1. Clone the repository
  2. Setup a python virtualenv with virtualenv venv and activate it with . ./venv/bin/activate
  3. Install requirements with pip install -r requirements.txt
  4. Run the generator: python generate_ical.py