A bot written in Go. Inspired by Github's Hubot and created to get to know Go better.
0.0.1
Add the behaviour to Ambrosio:
import (
"github.com/opedromiranda/ambrosio"
)
func main() {
steve := ambrosio.NewAmbrosio("Steve") // give a name to the bot
// add behaviours
steve.Listen(3000)
}
localhost:3000/ask?action="<string>"
MIT