Spotify Wrapped-like overview of stats for your Slack channel
used ChatGPT for debugging but i didn’t vibe code this :heavysob:
Spotify Wrapped-like overview of stats for your Slack channel
used ChatGPT for debugging but i didn’t vibe code this :heavysob:
Log in to leave a comment
The bot now calculates the most active month (by number of messages)
I planned to include support for huddles but there’s no API for that :(
Log in to leave a comment
Bug fix: the message text did not change while it was loading.
Now it changes every few seconds, and the user can see it’s still working.
Log in to leave a comment
The script now gets the top 3 reactions, and uses APIs to get the emoji PNGs. The PNGs will be important for the graphic later.
Log in to leave a comment
The bot now calculates the top 3 people who sent messages in the channel.
Log in to leave a comment
The bot now counts the number of messages sent by the user. This is also stored as a variable.
Log in to leave a comment
The script counts the total number of messages in the channel during the last year. The number is stored in a variable, which I will add to the image generation script with the other data.
Log in to leave a comment
This code generates the messages sent by the bot when it starts, while it generates the image, and when it finishes. I think the next step is to actually get the information from the channel.
Log in to leave a comment