Projects
-
Discord Embed Forwarder
Mirrors webhook embeds across servers for #live-checkouts.
-
Inventory Desktop App
Electron + SQLite inventory management for sneakers & cards.
-
Credit Card Payoff Planner
Python GUI with Avalanche/Snowball and biweekly scheduling.
-
Stock & Crypto Alert Bot
Python bot that sends Discord alerts for price thresholds via Yahoo Finance & CoinGecko APIs.
-
Target Automation Tool
Playwright-based tool with login automation, OTP handling, proxy support, and offer scraping.
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.
Key Features
- Forwards only embeds (skips regular chat noise)
- Whitelists important fields (Original Price, Retail Price, Quantity)
- Optional announcement field on first forwarded message
- Environment-based config via
.env
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