Vild / Spamguard2

Twitch chat bot written in D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spamguard2

Twitch bot written in D

Usage

Create a file named info.json with following content and replace placeholders accordingly:

{
	"username": "<Your Twitch Username>",
	"password": "<Your Twitch Chat OAuth token>",
	"clientid": "<Your Twitch Client ID>",
	"channels": [
		"#<Channel name>"
	],
	"website": "<Website for some commands>",
	"githubPayloadLocation": "<Where github should send it's output>"
}

Full github payload address: $website/$githubPayloadLocation If it is empty the github deploy feature is disable.

Compile & Run

dub run

About

Twitch chat bot written in D


Languages

Language:CSS 53.4%Language:D 46.6%