Skip to content

matthieudolci/hatcher

Repository files navigation

hatcher

Build Status Go Report Card

Hatcher is a slack bot written in go. It can:

  • Send and save standup notes

Slack App Creation:

How to start it:

How to use it:

Your users will have to interact a first time with Hatcher by sending a DM saying hello.

It will trigger few questions that need to be answered before the user can use the bot.

You can find out all the bot commands available by sending help to Hatcher

Resources:

https://blog.gopheracademy.com/advent-2017/go-slackbot/

https://github.com/sebito91/nhlslackbot

https://github.com/tcnksm/go-slack-interactive

https://api.slack.com/interactive-messages

https://www.calhoun.io/

https://medium.com/aubergine-solutions/how-i-handled-null-possible-values-from-database-rows-in-golang-521fb0ee267

https://flaviocopes.com/golang-tutorial-rest-api/