Skip to content

Instantly share code, notes, and snippets.

@ultramookie
Created February 12, 2023 05:59
Show Gist options
  • Save ultramookie/5eaf4b72ceb512ecea359c20f3e34142 to your computer and use it in GitHub Desktop.
Save ultramookie/5eaf4b72ceb512ecea359c20f3e34142 to your computer and use it in GitHub Desktop.
#!/bin/bash
date "+%m/%d/%Y,"| tr -d '\n' >> ~/mastodon-stats.txt && (curl -s https://orangebunny.net/api/v1/instance | jq ".stats | [.user_count, .status_count, .domain_count] | @csv" | tr -d '\"') >> ~/mastodon-stats.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment