|
2 years ago | |
---|---|---|
images | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
app.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago |
This script check Ticketswap periodically for new ticket available on sale and gives notification on your computer. The ticket is also automatically reserved in the cart if the user provides his session-id and token-id. It automatically reserves the max amount of listed tickets from a single person and reserves every ticket that is listed.
npm i
(inside Powershell)node app.js
(inside Powershell)You can also change the check interval in the end of the file, currently this script run every 15000ms
. You can change this number but any lower number is not recommended since ticketswap has a anti robot system to prevent fetching. In this case you will have to visit their webpage and click I am not a robot
for the script to work again.
I didn't test this nor have I encountered this (yet). Haven't ran the script for long periods of time. Not sure what will happen when the supposed captcha
appears.