https://github.com/nathan-osman/george-the-dev-bot
Go application providing a semi-intelligent bot for the Stack Exchange chat network
https://github.com/nathan-osman/george-the-dev-bot
bot stack-exchange stack-exchange-chat
Last synced: 8 months ago
JSON representation
Go application providing a semi-intelligent bot for the Stack Exchange chat network
- Host: GitHub
- URL: https://github.com/nathan-osman/george-the-dev-bot
- Owner: nathan-osman
- Created: 2017-01-10T03:23:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T02:52:08.000Z (over 8 years ago)
- Last Synced: 2025-05-25T01:43:51.352Z (about 1 year ago)
- Topics: bot, stack-exchange, stack-exchange-chat
- Language: Go
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## George the Dev Bot
George is a bot for the Stack Exchange chat network. It is written in Go and uses the excellent [go-sechat](https://github.com/nathan-osman/go-sechat) package for interacting with the chat server.
This application is based on earlier work and is still a WIP.
### Building
A makefile is included to simplify the process of building the application. Assuming you have Docker installed, the command is simply:
make
After this completes, you will find the binary in `dist/`.