https://github.com/twm/tasred
IRC bot for AGDQ 2015 TASBot demo
https://github.com/twm/tasred
Last synced: 3 months ago
JSON representation
IRC bot for AGDQ 2015 TASBot demo
- Host: GitHub
- URL: https://github.com/twm/tasred
- Owner: twm
- License: gpl-3.0
- Created: 2014-12-20T07:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T02:03:10.000Z (over 10 years ago)
- Last Synced: 2025-01-19T16:49:27.317Z (5 months ago)
- Language: Go
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# TASRED
Join a Twitch IRC channel and classify messages there as "naughty" or "nice".
## Installation
You'll need a functional Go setup per [the installation instructions][goinstall]. 1.4 is known to work; 1.3 probably will as well. The version in Debian Jessie is known to be too old.
[goinstall]: http://golang.org/doc/install
Install from git:
go get github.com/twm/TASRED
The `TASRED` binary should now be available in `$GOPATH/bin`. You may want to put this directory on your `PATH`.
## Configuration
You'll need to create a `config.toml` file from this template:
[irc]
nick = "tasred"
password = "..."
channel = "#agdq"You will need to generate a special password here: . The account's normal password will *not* work.
You may also want to grab `bad-words.txt` from the repository.