Skip to content

christopher-danz/Slack-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Slack-Chatbot

To implement a Slack chatbot in Go, you will need to follow these steps:

1. Create a new bot in your Slack workspace

before you do so, make sure to use your own Slack channel or ask for permission to add bot functionality in the Slack channel of your choice.

  1. Go to the "Apps" section in your Slack workspace.

  2. Search for the "Bots" app and add it to your workspace.

  3. Click the "Add Configuration" button to create a new bot.

  4. Follow the prompts to set up your bot.

  5. Install the Slack API Go library Run the following command to install the Slack API Go library:

go get github.com/nlopes/slack

// TO DO:

  • Add further functionalities to this bot

About

I want to practice my knowledge on Golang to create a simple bot application for Slack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages