Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T02:52:08.000Z (over 7 years ago)
- Last Synced: 2024-11-08T11:34:06.825Z (2 months ago)
- Topics: bot, stack-exchange, stack-exchange-chat
- Language: Go
- Size: 38.1 KB
- Stars: 2
- Watchers: 3
- 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/`.