Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 647 Bytes

SlackbotDemo

Go based slackbot

Demo shows some features of Slack bots.

Features

  • Read groups
  • Read user info by email
  • Read channels
  • Send message to selected channel
  • Send message to selected user
  • Stared items(not working as current lib version doesn't support workspa ce tokens)
  • Billable info(not working as current lib version doesn't support workspa ce tokens)
  • Send reactions
  • Handle slash commands(requried a tunneling server e.g ngrock After ngrock is restarted don't forget to change slash command url

Build and run

go get
go build

./main

Check token on bot admin page in Slack