A script to fetch and convert dates from the "Abfallnavi" (https://www.regioit.de/produkte-leistungen/entsorgung/abfallapp-abfallnavi/) into ical files
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
config.ini.example | 2 years ago | |
generate_ical.py | 7 months ago | |
requirements.txt | 2 years ago |
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:
- Aachen (https://serviceportal.aachen.de/abfallnavi)
- Bergischer Abfallwirtschaftsverband (https://www.bavweb.de/Kommunale-Entsorgung/)
- Engelskirchen (https://www.bavweb.de/Kommunale-Entsorgung/Engelskirchen/)
- …
- Ahlen (https://www.ahlen.de/start/aub/abfallbeseitigung/abfall-navi/)
- Solingen (https://www.solingen.de/tbs/inhalt/abfallnavi/)
- Borgholzhausen (https://www.borgholzhausen.de/sv_borgholzhausen/Leben/Ver-%20und%20Entsorgung/Abfallentsorgung%20u.%20Beratung/Tonnenticker/)
- And probably many more, let me know!
Installation
- Clone the repository
- Setup a python virtualenv with
virtualenv venv
and activate it with. ./venv/bin/activate
- Install requirements with
pip install -r requirements.txt
- Run the generator:
python generate_ical.py