Skip to content

botyard/botyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botyard

Circle CI Go Report Docker

Configuration

name: boty
commands:
    - name: help
      command: help
      type: builtin
      func: help 
      desc: help command
 
    - name: "hello"
      command: "hello <world>"
      url: "http://example.com/hello?world=<world>"
      type: http
      method: GET
irc:
    - name: irc1
      server: irc.org 
      channels:
        - "#channel1"
slack:
    - name: slack1
      token: TOKEN

I think that the config file explains all about what the botyard is. :-)

State

"WORK IN PROGRESS"