Member-only story
Create a Slack Bot for Bitcoin Price Updates Using GCP Cloud Functions
Build your own bot in less than 15 minutes
Let’s create a Slack bot that would tell you the current crypto value using Cloud Functions, which is a serverless way to deploy your function and run code on the cloud.
A. Create a bot in a new Slack Workspace
Step 1: Create or Sign in to Slack
Create/Sign in to a different slack workspace where we will create our bot and choose a workspace name for it.

Step 2: Create a Slack app
Let’s check out the slack api https://api.slack.com/apps

Go to Create New App, select Create from scratch and give it a name.
Step3: Add Bot Permissions
Go to OAuth & Permissions tab and scroll down to Scopes.

Now add all permissions your bot will need access to. Read the description carefully for all the scopes you’re providing the bot access to.

Step 4: Enable event subscription
On the left, go to the event subscriptions and enable events.
Now select all events we want to subscribe to from Subscribe to Bot Events. The event subscription will ensure slack sends the events when they occur to the link provided.