Post #4473599
2026-08-10 02:24 UTC
@Brahvim@mastodon.gamedev.place the idea was that the time between meows would be more random and spurious
Replies (1)
-
@swirly@ice.swirly.moe 2026-08-10 02:26
@Brahvim@mastodon.gamedev.place besides its a bash script doing this, its not exactly the most sophisticated thing in the world #!/bin/bash if [ $((RANDOM % 100)) -eq 1 ]; then curl -X POST \ -H "Authorization: Bearer that's my purse! i don't know you!" \ -H "Content-Type: application/json" \ https://ice.swirly.moe/api/iceshrimp/notes \ -d "{\"text\": \"$(/opt/meow-generate.sh)\", \"visibility\": \"public\"}" fi of which /opt/meow-generate.sh is meow.sh of git.swirly.moe/swirly/scripts