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: 8 months ago
JSON representation

Go application providing a semi-intelligent bot for the Stack Exchange chat network

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/`.