Code Monkey home page Code Monkey logo

alertix's Introduction

MIT License Build Passing

Alertix

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.

IMG_2110

Requirements

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

Environment Variables

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>'

Installation

NOTE: You will need Node v18 installed which you can find here: https://nodejs.org/en/download

  1. Download Project Zip and Extract contents to working directory

  2. Install alertix with NPM. Open your terminal and locate the directory of the project and install the dependencies:

  cd alertix
  npm install
  1. Run Script
  node index.js <INSERT LINK TO CONCERT>

alertix's People

Contributors

cozma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

harleyknd1

alertix's Issues

Issues with running

Are there any known issues with this? Iโ€™m getting error messages every time I try to run

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.