my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

that should've been a hyphen

chfour 5fdb6d00 4b3597eb

+1 -1
+1 -1
src/blog/2025-09-16-mastodon-stats/content.djot
··· 1 1 Download a data export/data archive. On Mastodon and derivatives, go into Settings -> Import and export -> Export. 2 2 Click "Request your archive" and wait for the download link. Open a terminal, install [jq](https://jqlang.org/) 3 - if you don't have it, navigate to your extracted archive, and run the following one--liner: 3 + if you don't have it, navigate to your extracted archive, and run the following one-liner: 4 4 5 5 `jq '.orderedItems[] | select(.type == "Create") | .object.tag | map(select(.type == "Mention")) | select(any) | .[].name' -r outbox.json | sort | uniq -c | sort -n` 6 6