Get toast notifications for Red Alerts.
You can filter the notifications by listing your regions in the regions.cfg file.
All Red Alert notifications (even filtered ones) are logged to the console and log file.
Add this file to the repository's directory to filter the toast notifications.
The file should contain a list of regions (splitted by new-lines).
For example:
ืชื ืืืื
ืืฉืืื
ืจืืฉืื ืืฆืืื
This way you'll receive toast notifications for those regions only.
To find your region, refer to Pikud-Ha'Oref.
pip install -r requirements.txt
python red_alert.py- The regions in
regions.cfgare searched in the text, not compared to it.
So,ืจืืฉืื ืืฆืืืwill notify for bothืจืืฉืื ืืฆืืื - ืืืจืandืจืืฉืื ืืฆืืื - ืืขืจื. - Feel free to improve my implementation, add features, GUI, etc.
You can send a PR when you're finished. I'd love to see your work!