# Slack Consolidate: a slackbot built with Python and Supabase

DevFeed: [Slack Consolidate: a slackbot built with Python and Supabase](<https://devfeed.tech/articles/slack-consolidate-a-slackbot-built-with-python-and-supabase-553.md>)

Original publisher: [Read original article](<https://supabase.com/blog/slack-consolidate-slackbot-to-consolidate-messages>)

Author: Rodrigo Mansueli

Published: 2022-08-09T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Slack](<https://devfeed.tech/topics/slack.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Python](<https://devfeed.tech/topics/python.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Bot](<https://devfeed.tech/topics/bot.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app](<https://devfeed.tech/tags/app.md>), [apps](<https://devfeed.tech/tags/apps.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

A tutorial for building a Slack bot with Python and Supabase to consolidate messages from multiple Slack channels. It covers prerequisites, Slack app creation and permissions, bot installation, channel invitations, and Supabase tables for routing watched-channel messages.

## Source excerpt

A slackbot to consolidate messages from different channels using Supabase, Slack SDK and Python