https://github.com/louismazel/ticketswap-watcher
Little script to checking ticketswap's tickets
https://github.com/louismazel/ticketswap-watcher
Last synced: about 1 year ago
JSON representation
Little script to checking ticketswap's tickets
- Host: GitHub
- URL: https://github.com/louismazel/ticketswap-watcher
- Owner: LouisMazel
- Created: 2018-05-30T15:50:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T20:58:14.000Z (about 8 years ago)
- Last Synced: 2025-02-10T11:33:24.220Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ticketswap-watch
This script check Ticketswap periodically for new ticket available on sale and gives notification on your computer.
This works with tickets that have variations in their ticket.
# How to use
- Pull the script
- Change your event url in the script.
- Run `node app.js`
- Profit!
# Optional stuff:
You can also change the check interval in the end of the file, currently this script run every `200000ms`. You can change this number but any lower number is not recomended 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.
# Contribution:
You are more than welcome to creat a PR if there's anything you want to add to this script.