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
- Host: GitHub
- URL: https://github.com/webfreak001/spamguard2
- Owner: WebFreak001
- Created: 2016-09-01T20:56:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T22:03:53.000Z (about 8 years ago)
- Last Synced: 2025-04-06T06:42:26.969Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 103 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```