SlackGPT - Your Slack bot that summarizes unread messages
· 5 min read

The SlackGPT is a Slack bot that summarizes conversations and sends you a summary per channel.
The open source code is available here.
Context
Saw someone the other day tweeting that it would be great if there was a SlackGPT that could summarize all the Slack messages for when they wake up.
And I immediately related to that. We are a team of 20, and I'm the only one in SF. So when I wake up, most of the team is already half a day in or has just wrapped up.
That means that I always spend the first 30 minutes of the day reading messages to catch-up on everything.
And tonight felt like hacking something quick.
So I created a script that:
- Reads all Slack messages from the time I go to bed
- Summarizes the conversation of each channel
- The bot sends me a message with this summary
Getting Started
Clone the open source project here.