Better Programming

Advice for programmers.

Follow publication

Member-only story

Create a Slack Bot for Bitcoin Price Updates Using GCP Cloud Functions

Sampriti Mitra
Better Programming
Published in
7 min readAug 2, 2021

--

Photo by Austin Distel on Unsplash

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.

You’re signed in to a new workspace now!

Step 2: Create a Slack app

Let’s check out the slack api https://api.slack.com/apps

Screenshot by author

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.

Screenshot by author

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.

Screenshot by author

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.

--

--

Sampriti Mitra
Sampriti Mitra

Written by Sampriti Mitra

Engineering Software Systems | Go | AWS | GCP

Responses (1)

Write a response