A Slack Bot to query google image search result and give image url of the specified query.
- Create your own app on Slack: https://api.slack.com/apps
- Enable Socket Mode
- Generate App Level Token with these permissions and this will be your SLACK_APP_TOKEN
- Find OAuth & Permissions sections and Generate OAuth token for you workspace, this will be your SLACK_BOT_TOKEN
- Enable Event Subscriptions and add these permissions:
Clone this repo add .env and paste in your secret keys and run "go mod tidy" -> "go run ."