ShivaniKumar1 / Slack-bot

Slack bot using Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack-bot

A simple slack bot that sends a message to a specific channel inside your workspace. This bot will push messages to a channel, notifying all users who are subscribed to it.

Screen Shot 2022-02-21 at 1 26 18 PM

Requirements:

  • Go
  • Slack-go
  • godotenv (to keep your tokens safe)
  • SocketMode

Usage:

  • Set AUTH_TOKEN to your bot user token.
  • Set CHANNEL_ID to your channel id.
  • Set APP_TOKEN to your app level token.

About

Slack bot using Golang


Languages

Language:Go 96.5%Language:Shell 3.5%