/stream-yeller

Heroku deploy-able bot to notify people of your stream going live automatically on discord

Primary LanguageJavaScript

Twitch Live Notifier for Heroku

Deploy

Deploy to Heroku with these config vars

  • streamName: the twitch channel's name
  • clientId: your twitch API client ID
  • accessToken: your twitch API access token
  • webhookUrl: the discord webhook url to the channel you want the notifications posted in
  • username optional: to override the webhook username
  • avatarUrl optional: to override the webhook avatar
  • checkDelay optional: delay in seconds between checks, see it as the maximum of time you want to allow the notification delay to be
  • message optional: adds a message to the discord notification (up to 2000 characters)