AlertNotify is a Windows alerting tool designed to provide real-time notifications about missile and drone incidents in Israeli-Oref. The tool fetches data from a public API and displays notifications with sound alerts.
- Real-time notifications for missile and drone incidents.
- Sound notifications for attention.
- Python 3.x
requestslibrarywinsoundlibrary (for sound notifications)tkinterlibrary (for GUI)
-
Clone the repository:
git clone https://github.com/TalMaIka/AlertNotify.git cd AlertNotify -
Install the required Python libraries:
pip install requests
-
Run the script:
python AlertNotify.py
-
The tool will start monitoring for new incidents. When an incident is detected, a pop-up notification will appear with the details.
