Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.8 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.8 KB

🚧 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

  • listingId is now a string
  • make url variable for different TM_regions
  • better error handling
  • rewrite discord notification