https://github.com/rinti/kappabot
A simple irc bot written in Go
https://github.com/rinti/kappabot
Last synced: 9 months ago
JSON representation
A simple irc bot written in Go
- Host: GitHub
- URL: https://github.com/rinti/kappabot
- Owner: rinti
- Created: 2014-08-01T17:15:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T17:15:19.000Z (almost 12 years ago)
- Last Synced: 2024-04-13T16:05:42.391Z (about 2 years ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KappaBot
========
A simple IrcBot written in Go.
Usage
-----
Rename `config.example.json` to `config.json` and change
the settings to match your desired botname, irc network
and channels to join.
Then it's as easy as `go run main.go`.