Post #4473691
2026-08-10 02:26 UTC
@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
Replies (0)
No replies.