🚧 Because of changes to the Ticketmaster API requiring a reese84 token, this project does not work at the moment! Issue 🚧
Get notified about resale tickets on ticketmaster (EU)
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. |
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-musldocker build -t tmn . --no-cache-
listingIdis now a string - make url variable for different TM_regions
- better error handling
- rewrite discord notification
