Photo by Dan Cristian Pădureț on Unsplash

No more losing links in Slack —here’s my React + Python solution

A small project to put Slack links in their (one) place

Ben Scheer
7 min readDec 2, 2022

--

Do you use Slack by chance? Or any messaging app? If so, you might have experienced the following problem: People will post all sorts of interesting links, but as time goes on, it all gets lost in oblivion.

What if you miss out on a mind-blowing YouTube link just because you skipped over a message thread from 2 weeks ago?

Yes, it can be hard to keep up with all the links posted in your Slack channels. Even when you can keep up, sometimes you just don’t have time to explore links. Before you know it, you’re saving random notes for later, setting reminders for yourself, and it can get a little bit crazy.

Even if you’re actively searching for a link that someone posted recently, there’s a noisy mixture of text, comments, and emojis on the screen that make it harder to find what you’re searching for.

It doesn’t need to be this way — I have a solution! It’s a technical one, and it’s not by any means perfect, but it gets the job done. This article shares the story behind the solution, how it works, and even how you can use this yourself so you can keep track of links. Let’s get started:

Solving the problem

--

--