Projects

Discord Embed Forwarder

Python • discord.py • Webhooks • Requests

Listens to a source channel for webhook-based messages and forwards the sanitized embed(s) to multiple destination webhooks. Useful for #live-checkouts mirroring between servers. Secrets are handled via environment variables.

Discord Forwarder Screenshot 1
Webhook embed detected in source channel.
Discord Forwarder Screenshot 2
Forwarded to multiple destination webhooks.

Key Features

pip install discord.py requests python-dotenv

# .env
DISCORD_BOT_TOKEN=your_bot_token_here
TARGET_CHANNEL_ID=123456789012345678
DESTINATION_WEBHOOKS=https://discord.com/api/webhooks/xxx,https://discord.com/api/webhooks/yyy

# run
python assets/code/discord_forwarder.py

View on GitHub Download the code Download .env example