This project is a webhook forwarder for the Trakteer platform to Discord. It addresses the limitation of Trakteer, which does not support multiple Discord webhooks.
- Forwards webhooks from Trakteer to Discord channels.
- Easy to configure and deploy.
- Clone the repository:
git clone https://github.com/datenshicommunity/trakteer-webhook-forwarder.git
- Install dependencies:
cd trakteer-webhook-forwarder go build
- Create a
.env
file in the root directory and add your configuration:DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_url_1 VALID_TOKEN=TOKEN_FROM_TRAKTEER
-
Start the server:
./main
-
Add this backend URL into your Trakteer Platform in Integrations -> Webhook
-
The server will listen for incoming webhooks from Trakteer and forward them to the configured Discord webhooks.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.