I built a starter site with Bootstrap for my upcoming YSWS!
Not great yet, but it’s something!
I planned to submit this for another YSWS but changed my mind, so I forgot to devlog :sobbing:
Log in to leave a comment
I built a starter site with Bootstrap for my upcoming YSWS!
Not great yet, but it’s something!
I planned to submit this for another YSWS but changed my mind, so I forgot to devlog :sobbing:
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!
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