https://github.com/ropes/sheave
Simple implementation of a irc bot which responds with upcoming meetups for a User Group.
https://github.com/ropes/sheave
Last synced: about 1 year ago
JSON representation
Simple implementation of a irc bot which responds with upcoming meetups for a User Group.
- Host: GitHub
- URL: https://github.com/ropes/sheave
- Owner: Ropes
- License: mit
- Created: 2014-07-12T17:44:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T07:04:44.000Z (over 8 years ago)
- Last Synced: 2025-02-08T15:16:51.340Z (over 1 year ago)
- Language: Go
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: history/history.go
- License: LICENSE
Awesome Lists containing this project
README
Sheave-Bot
==========
Simple implementation of a irc bot which responds with upcoming meetups for a User Group.
Also contains functionality to respond to previous messages in the channel with all the words replaced with their anagrams when possible.
##Setup
Depends on having a Go already being installed.
> go get github.com/Ropes/Sheave-Bot
Create config file for authenticating with the IRC server; "sheave.conf" in main working directory. eg Freenode setup:
> {
"Server": "chat.freenode.net:6667",
"UserName": "botname",
"RealName": "FullBotName",
"Passwd": "password",
"Channels": ["#pdxgo", "#pdxbots", "#channelstojoin"]
}
Build executable
> go build
###Running
Run executable
> ./sheave