Activity

fsh

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!

Attachment
0
fsh

Shipped this project!

Hours: 3.6
Cookies: 🍪 22
Multiplier: 6.24 cookies/hr

The website is done for now! It works :)

fsh

Added an idea generator (random ideas from an array of challenges and features)
Added information about Snake
Additional layout changes

Attachment
0
fsh

Minor layout changes

  • Added an image of the snakes
  • Changed the header design and font size (looks better on mobile)
  • Relocated the submit button
Attachment
1

Comments

d. truong
d. truong 27 days ago

snake snake snake snake.

fsh
  • The #you-snake-we-snake text floats and the glow pulses
  • A snake follows your cursor
  • The Orpheus flag is clickable and redirects to the HC website
  • Added actual information and footer
Attachment
0
fsh

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:

Attachment
0
fsh

The script now rips the CD to .flac files with abcde, which also searches MusicBrainz for basic metadata. The metadata will be overridden later.

Attachment
0
fsh

The script detects a disc drive and keeps track of discs being inserted or removed.

Attachment
0
fsh

Shipped this project!

Hours: 12.28
Cookies: 🍪 192
Multiplier: 15.68 cookies/hr

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!

fsh
  • It generates an image now with canvas (based in rust)
  • Gets user name and pfp from the user ID
  • Notifies the user when i’m not in their private channel (it uses my user token)
  • Alerts the user when the wrap cannot complete
  • I plan to add smaller improvements soon
Attachment
3

Comments

shn
shn 3 months ago

fih

fsh
fsh 3 months ago

shh

rupnil.codes
rupnil.codes 3 months ago

thats crazy ngl

fsh

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 :(

Attachment
0
fsh

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.

Attachment
0
fsh

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.

Attachment
0
fsh

The bot now calculates the top 3 people who sent messages in the channel.

Attachment
0
fsh

The bot now counts the number of messages sent by the user. This is also stored as a variable.

Attachment
0
fsh

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.

Attachment
0
fsh

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.

Attachment
0