Interesting statistics of your Slack channel in a graphic like Spotify Wrapped (less cool though)
used ChatGPT for debugging but i didnāt vibe code this :heavysob:
Interesting statistics of your Slack channel in a graphic like Spotify Wrapped (less cool though)
used ChatGPT for debugging but i didnāt vibe code this :heavysob:
Some time since I shipped this, there were bugs related to getting emojis from the Hack Club API. This should be fixed now!
Most of this devlog was troubleshooting. It works as it should now!
Log in to leave a comment
I built a bot that generates Spotify Wrapped-inspired graphics with Slack channel statistics. Not perfect, and thereās more I want to add, but it works!
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