···11Download a data export/data archive. On Mastodon and derivatives, go into Settings -> Import and export -> Export.
22Click "Request your archive" and wait for the download link. Open a terminal, install [jq](https://jqlang.org/)
33-if you don't have it, navigate to your extracted archive, and run the following one--liner:
33+if you don't have it, navigate to your extracted archive, and run the following one-liner:
4455`jq '.orderedItems[] | select(.type == "Create") | .object.tag | map(select(.type == "Mention")) | select(any) | .[].name' -r outbox.json | sort | uniq -c | sort -n`
66