# Get all author's articles from GOLOS.io # Replace sxiii nickname with yours 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 }'