mfloto / tmn

Get notified on discord about resale tickets on ticketmaster 🚧 Currently blocked by Ticketmaster 🚧
21 stars 3 forks source link
discord docker rust ticketmaster

🚧 Because of changes to the Ticketmaster API requiring a reese84 token, this project does not work at the moment! Issue 🚧

Ticketmaster Notifier

Docker Image Version (latest by date) Docker Image Size (latest by date) Docker Pulls Docker Stars
Get notified about resale tickets on ticketmaster (EU)

How to use

To get the project up and running quickly, use the docker-compose.yaml and edit the .env, then run docker compose up -d.

var description
EVENT_ID Ticketmaster id of the event. Format depends on your Ticketmaster region.
COUNTRY_CODE Country code of your Ticketmaster region (e.g. DE for Germany or NL for the Netherlands).
DISCORD_WEBHOOK Webhook url for the channel you want use for ticket-notifications.
THRESHOLD_PRICE Maximum price for a ticket in euro. Tickets above that price won't trigger a notification.

How to build

To build the binary for the image you need to have rust and the x86_64-unknown-linux-musl toolchain.

cargo build --release --target x86_64-unknown-linux-musl
docker build -t tmn . --no-cache

TODO