An open API service indexing awesome lists of open source software.

https://github.com/webfreak001/spamguard2

Twitch chat bot written in D
https://github.com/webfreak001/spamguard2

Last synced: about 1 year ago
JSON representation

Twitch chat bot written in D

Awesome Lists containing this project

README

          

# spamguard2

Twitch bot written in D

## Usage

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

```json
{
"username": "",
"password": "",
"clientid": "",
"channels": [
"#"
],
"website": "",
"githubPayloadLocation": ""
}
```

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

Compile & Run

```sh
dub run
```