https://github.com/tufayellus/44-control-firewatch-monitoring-and-telegram-alert-bot
This is a Python powered automated fire alert monitoring bot that tracks 44-control.net website for fire alerts and sends telegram alert upon new incident identified
https://github.com/tufayellus/44-control-firewatch-monitoring-and-telegram-alert-bot
Last synced: 4 months ago
JSON representation
This is a Python powered automated fire alert monitoring bot that tracks 44-control.net website for fire alerts and sends telegram alert upon new incident identified
- Host: GitHub
- URL: https://github.com/tufayellus/44-control-firewatch-monitoring-and-telegram-alert-bot
- Owner: TufayelLUS
- Created: 2024-10-21T15:54:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:33:50.000Z (12 months ago)
- Last Synced: 2025-03-17T13:48:43.118Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 44-Control Firewatch Monitoring And Telegram Alert Bot
This is a Python-powered automated fire alert monitoring bot that tracks the 44-control.net website for fire alerts and sends telegram alerts upon new incidents identified# How does it work?
This checks the website https://firewatch.44-control.net/ and keeps a log file named incidents.log that helps to track which incident is found as new and alerts as soon as a new incident is recorded.# Requirements
Install Python with add to path enabled and then open the terminal to install the library using the command below:pip install requests
Then run the script and it will monitor the website. Before running it, configure the telegram bot API key and chat ID on top of the Python script.