Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

AKP48Squared/twitch-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin allows AKP48Squared to connect to Twitch chat servers.

Installation

This plugin is included by default on new installations of AKP48Squared. No further installation is needed.

Config

You'll need to add a new server to your configuration file for each Twitch bot you want to run. An example is shown below.

"servers": [
  {
    "plugin": "twitch",
    "config": {
      "connection": {
        "reconnect": true // should we reconnect automatically?
      },
      "identity": {
        "username": "twitch_bot", // See https://help.twitch.tv/customer/portal/articles/1302780-twitch-irc for more info.
        "password": "oauth:we2sm49se21ln6tfkxzvbco7z8uv1s"
      },
      "channels": [
        "#mytwitchchannel"
      ]
    }
  }
]

Issues

If you come across any issues, you can report them on this GitHub repo here.

About

Connects AKP48Squared to Twitch IRC chat.

Resources

Stars

Watchers

Forks

Packages

No packages published