Skip to content

WebFreak001/Spamguard2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published