766 B
766 B
Discord Webhook 420 Notification App
This Python application sends notifications to a Discord channel via webhook every hour at HH:15 (5 minute reminder) and at HH:20.
Setup
-
Install dependencies:
pip install -r requirements.txt -
Set up your Discord webhook:
- Go to your Discord server settings > Integrations > Webhooks
- Create a new webhook and copy the URL
-
Update the
.envfile with your webhook URL:DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_id/your_webhook_token
Running the App
Run the application:
python main.py
The app will run continuously and send notifications at the scheduled times.
Requirements
- Python 3.6+
- Discord webhook URL