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 ca43be7db3 Remove unnecessary output 2021-10-07 12:05:00 +02: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 initial script 2021-05-25 13:18:03 +02:00
generate_ical.py Remove unnecessary output 2021-10-07 12:05:00 +02: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