Skip to content

Instantly share code, notes, and snippets.

@ausbitbank
Last active January 6, 2021 23:06
Show Gist options
  • Save ausbitbank/00e8dde3ea6b86089abb968b6e4812de to your computer and use it in GitHub Desktop.
Save ausbitbank/00e8dde3ea6b86089abb968b6e4812de to your computer and use it in GitHub Desktop.
Download the posts of @thedarkoverlord direct from a hived node - formatted with jq
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_discussions_by_blog", "params":[{"tag":"thedarkoverlord","limit":"100"}], "id":1}' https://rpc.ausbit.dev|jq '.result[]|{title:.title,author:.author,permlink:.permlink,body:.body,created:.created,lastupdated:.last_update}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment