Advertisement
sxiii

Get all author's articles from GOLOS.io

Feb 16th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # Get all author's articles from GOLOS.io
  2. # Replace sxiii nickname with yours
  3.  
  4. curl -s --data '{"method": "get_discussions_by_author_before_date", "params": ["sxiii","","2016-06-06T00:00:00","100"], "id": 1 }' http://node.golos.ws | jq -r 'recurse(.result.url[])?' | grep "url\":" | awk -F\" '{ print $4 }' | awk -F"/" '{ print $4 }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement