/slack-img-bot

A Slack Bot to query google image search result and give image url of the specified query.

Primary LanguageGo

slack-img-bot in GoLang 🤖

A Slack Bot to query google image search result and give image url of the specified query.

Steps to be followed for setting-up Slack

  1. Create your own app on Slack: https://api.slack.com/apps
  2. Enable Socket Mode image
  3. Generate App Level Token with these permissions and this will be your SLACK_APP_TOKEN image
  4. Find OAuth & Permissions sections and Generate OAuth token for you workspace, this will be your SLACK_BOT_TOKEN
  5. Enable Event Subscriptions and add these permissions: image

Clone this repo add .env and paste in your secret keys and run "go mod tidy" -> "go run ."