Go to file
2024-03-19 03:02:07 +00:00
orderedcollection.sh initial commit 2024-03-19 02:54:28 +00:00
README.md improve readme.md 2024-03-19 03:02:07 +00:00
webfinger.sh initial commit 2024-03-19 02:54:28 +00:00

minimal fedi shell wrappers

idk what to call this!

why

getting some posts from the CLI is by no means hard- but there are some quirks that might be forgotten when doing it this way. domains could be delegated, for example. Honestly that's mostly all I did this to handle lol.

basically this is a repo with a script for getting an actor's json. and another script for getting orderedcollection pages. might add more things at some point, but i'm writing this in a terminal on my phone simply because i am bored so don't expect much from this project lmfao

dependencies

  • sh
  • curl
  • jq

usage

# get an actor response
./webfinger.sh @h@besties.house
# get page 1 of the outbox
./orderedcollection.sh $(./webfinger.sh @h@besties.house | jq -r '.outbox') 1