A Python program that sends red alerts to a Discord webhook for Israel red alerts.
In Israel, "red alerts" are emergency notifications of incoming rockets and other threats. This Python program is designed to send these red alerts to a Discord webhook, allowing for real-time notifications and alerts.
- Real-time Alerts: Receive red alerts in real-time via Discord.
- Customization: Easily configure and customize the program to fit your needs.
- Open Source: This project is open source, allowing for community contributions and improvements.
Before you start, you'll need the following:
- Python 3.x
- Discord webhook URL
- Requests
- Clone the repository:
git clone https://github.com/crabmiau/red-alert-python.git
- CD into the folder
cd red-alert-python
- Edit your discord webhook at line 59
- Run the program using
py main.py