Skip to content

forscourge/slack_bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

slack_bot

우리들의 장난감 메우와 안즈

Prerequirement for develop

  • go
  • godep (recommended)
    • go get github.com/tools/godep

Build instruction(sample)

mkdir -p .workspace/src/github.com/PoolC
ln -s `pwd` .workspace/src/github.com/PoolC/slack_bot
export GOPATH=`pwd`/.workspace
cd $GOPATH/src/github.com/PoolC/slack_bot
# instll dependencies
godep restore
# build it
go build

Run testcode

go test -cover ./...

Update dependencies

godep save -r

command

slash command서버.
sample로 echo server가 구현되어있음.

bot

RTM bot.
anzu, meu 두개의 구현체가 존재.

About

bot for poolc.slack.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%