A particular event on Eventbrite that I would like to attend has been selling out within a few minutes of the ticket sales being opened. How would I automate the purchase of a ticket so that I can be sure of getting one before they are all sold out?
Asked
Active
Viewed 1,703 times
-3
-
I think stackoverflow skews towards technical questions instead of something generic like this – Damen Tomassi Dec 02 '19 at 22:12
1 Answers
1
It's not really Stackowerflow question.
Try to write Selenium script that will monitor event page and perform user actions to buy ticket. Or use Selenium IDE to capture and play required steps if you don't have dev skills.

unickq
- 1,497
- 12
- 18