Skip to content
/ tmn Public

Get notified on discord about resale tickets on ticketmaster 🚧 Currently blocked by Ticketmaster 🚧

Notifications You must be signed in to change notification settings

mfloto/tmn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 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

About

Get notified on discord about resale tickets on ticketmaster 🚧 Currently blocked by Ticketmaster 🚧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published