#bashmagic — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bashmagic, aggregated by home.social.
-
#mastoadmin
How to get all users from your instance in order to send them a message```
❯ curl -H "Authorization: Bearer <Auth Key>" https://indiehackers.social/api/v1/admin/accounts | jq -r ".[].username" | awk '{print}' ORS=',@' | rev | cut -c3- | rev```