Alertix is a simple Notification script for Ticketmaster resale tickets. When someone puts up tickets for resale on a sold out event, you get a text alert.
You will need a Twilio account with SMS set up. You can make a Twilio account and follow this simple setup guide: https://www.twilio.com/docs/sms/tutorials/how-work-your-free-twilio-trial-account
To run this project, you will need to update index.js
in the following locations:
const accountSid = '<INSERT TWILIO ACCOUNT SID>';
const authToken = '<INSERT TWILIO AUTH TOKEN>';
from: '<INSERT TWILIO PHONE NUMBER>',
to: '<INSERT DESINATION PHONE NUMBERS>'
NOTE: You will need Node v18 installed which you can find here: https://nodejs.org/en/download
-
Download Project Zip and Extract contents to working directory
-
Install alertix with NPM. Open your terminal and locate the directory of the project and install the dependencies:
cd alertix
npm install
- Run Script
node index.js <INSERT LINK TO CONCERT>