https://github.com/rainbowdashlabs/bln-fire-tracker
Tracks the amount of emergencies of the berlin fire and rescue department every minute
https://github.com/rainbowdashlabs/bln-fire-tracker
Last synced: about 1 month ago
JSON representation
Tracks the amount of emergencies of the berlin fire and rescue department every minute
- Host: GitHub
- URL: https://github.com/rainbowdashlabs/bln-fire-tracker
- Owner: rainbowdashlabs
- Created: 2023-08-16T14:45:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T06:31:09.000Z (about 1 month ago)
- Last Synced: 2025-04-09T07:38:21.708Z (about 1 month ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# BLN-Fire-Tracker
A simple python script which reads the current emergency count data from the website of the berlin [fire and rescue department](https://www.berliner-feuerwehr.de/).
The data is refreshed every minute and that's why the script checks for new numbers every minute as wellInstead of scraping the website the script uses an internal endpoint.
While scraping the website is allowed by the robots.txt the internal endpoint is forbidden.
So sadly while this script works we should not use it, because we are not evil people c: