Skip to content

Instantly share code, notes, and snippets.

@prologic
Created October 7, 2022 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/fe636e615c147d7465e2379d838ad780 to your computer and use it in GitHub Desktop.
Save prologic/fe636e615c147d7465e2379d838ad780 to your computer and use it in GitHub Desktop.
$ ./dump_cache twtxt_net_cache | jq '.Twters | with_entries(select(.key | contains("isobeef")))'
INFO[0000] Cache version 21
{
"http://lyse.isobeef.org": {
"nick": "lyse@lyse.isobeef.org",
"uri": "http://lyse.isobeef.org",
"hashing_uri": "",
"url": "http://lyse.isobeef.org",
"avatar": "",
"tagline": "",
"following": 0,
"followers": 0,
"follow": {}
},
"https://lyse.isobeef.org": {
"nick": "lyse",
"uri": "https://lyse.isobeef.org",
"hashing_uri": "",
"url": "https://lyse.isobeef.org",
"avatar": "",
"tagline": "",
"following": 0,
"followers": 0,
"follow": {}
},
"https://lyse.isobeef.org/twtxt.txt": {
"nick": "lyse",
"uri": "https://lyse.isobeef.org/twtxt.txt",
"hashing_uri": "https://lyse.isobeef.org/twtxt.txt",
"url": "https://lyse.isobeef.org/twtxt.txt",
"avatar": "https://lyse.isobeef.org/avatar.jpg",
"tagline": "",
"following": 0,
"followers": 0,
"follow": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment