ticket-info.js
This script allows you to find all information about Eventbrite event tickets in advance - their quantity, price and release date. It is even more useful when used in combination with the Eventbrite Bot described below (ticket-getter.js
).
ticket-info.min.js
file contents and press Enterticket-getter.js
This bot is intended to be run a short time (e.g. 10s) before Eventbrite event tickets are released (use the ticket-info.js
script described above to find the ticket release time). Its main purpose is to redirect your browser to the checkout page as quickly as possible, thus securing tickets for events which are sold out very quickly.
Use the startTime script option to run it only a short time before the tickets are released because it's quite aggresive in terms of its network activity, and you don't want Eventbrite to ban you.
ticket-getter.min.js
file contentsstartTime
to the tickets opening time and then press Enterstop()
to quitThis is what the pop-up that ticket-info.js
script generates looks like:
You always know when the ticket sales start and how many tickets are going to be released:
It gives you an idea of how many people are going to attend (no more tricks from the organizers):
"json_blacklist_set": ["event_level_info", "quantity_sold", "quantity_remaining", "request", "quantity_total", "waitlist_settings"]
. Can someone figure this out? (Also see our partial workaround: https://github.com/Dalimil/Eventbrite-Tools/issues/4)Pull requests welcome.