Skip to content

opedromiranda/ambrosio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A polite bot written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages