Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 464 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 464 Bytes

Ambrosio

A bot written in Go. Inspired by Github's Hubot and created to get to know Go better.

Version

0.0.1

Usage

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)
}

Interaction

localhost:3000/ask?action="<string>"

License

MIT