Twitch bot written in D
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