Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belak/go-seabird
A simple IRC bot framework
https://github.com/belak/go-seabird
go irc irc-bot
Last synced: 3 months ago
JSON representation
A simple IRC bot framework
- Host: GitHub
- URL: https://github.com/belak/go-seabird
- Owner: belak
- License: mit
- Created: 2014-10-03T21:07:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:47:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T05:51:43.219Z (3 months ago)
- Topics: go, irc, irc-bot
- Language: Go
- Homepage:
- Size: 2.76 MB
- Stars: 13
- Watchers: 7
- Forks: 4
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seabird
[![Build Status](https://travis-ci.org/belak/go-seabird.svg?branch=master)](https://travis-ci.org/belak/go-seabird)
## Requirements
* go >= 1.12
* gcc# Documentation
We've got some docs [here](./docs/README.md).
This documentation contains pages on configuration, plugin development, and other goodies.
# Plugins
The default set of plugins can be found
[here](https://github.com/belak/go-seabird-plugins). While they may not be
useful to everyone directly, at the very least they are a good repository of
examples.# License
[MIT](LICENSE)