-
cd $GOPATH/src/ && mkdir github.com
-
cd github.com && git clone https://github.com/TLNBS/BachelorGo
-
cd BachelorGo && dep ensure
-
go run app.go
-
talk to the BachelorBot on
https://nguyenbachelorthesis.slack.com/
. Use%new
to start a conversation
- If an another purpose than ArtConsultant is needed, follow these steps:
- Create a struct, which implements the methods of responder/responder.go
- Create an instance of that struct and use it as parameter in the method
newSlackBot
in app.go