An SMS notifier for Twitch streams
-
Get a client ID and set it as an environment variable
TWITCH_CLIENT_ID
-
Register with Twilio and store your credentials as
TWILIO_ACCOUNT_SID
andTWILIO_AUTH_TOKEN
-
Purchase a phone number from Twilio and store it as
TWILIO_PHONE_NUMBER
-
Execute:
git clone https://github.com/dkundel/twitch-notifier.git
cd twitch-notifier
npm install
npm start
- Install
ngrok
and expose your server to the outside by running:
ngrok http 3000
- Set up the webhook for your phone number as:
https://<ngrok_url>.ngrok.io/sms