Treppenhaus / DiscordTwitchConnector

Simple Java program that connects your live-twitch-chat to a discord channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordTwitchConnector

Simple Java program that connects your live-twitch-chat to a discord channel.f

how to use:

  1. fill out settings.json:
{
  "discord": {
    "guildid": "0000000000000000000",
    "channelid": "0000000000000000000",
    "bot": {
      "token": "your discodr bot token",
      "activity": "listing to stuff rn"
    }
  },
  "twitch": {
    "streamer-name": "lunarbaw",
    "bot": {
      "name": "twitch bot name",
      "acces-token": "twitch access token",
      "streamelements-token": "streamelements access token"
    }
  }
}
  1. run the java program
  2. it should work

About

Simple Java program that connects your live-twitch-chat to a discord channel.


Languages

Language:Java 100.0%