Skip to content

Instantly share code, notes, and snippets.

@m-rey
Created January 31, 2022 20:17
Show Gist options
  • Save m-rey/608fe7c986baa419963d6b49884ba10f to your computer and use it in GitHub Desktop.
Save m-rey/608fe7c986baa419963d6b49884ba10f to your computer and use it in GitHub Desktop.
get mastodon ids from mastodon source. run this grep on any html (part) to return all fediverse acc ids. Perfect to dump your user lists
grep -oP '(?<=display-name__account">).*?(?=</span>)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment