paste it into http://watson-um-demo.mybluemix.net/demo
87% Openness, 5% Agreeableness, that's funny.
function redcom(){ ! [ -z "$2" ] && i="&after=$2" || i=""; data=$(curl -s "https://www.reddit.com/user/${1}/comments.json?count=100${i}"); j=$(jq -e -r '.data["after"]' <<<$data); echo $j; (jq -e -r '.data["children"][]["data"]["body"]' <<<$data)>>${1}-redcom.txt; echo $(echo -e $data|wc -l) lines; ( [ "$j" = "null" ] || [ -z "$j" ] ) || redcom $1 $j ;} ;
Never user/heard of jq before, it's a pretty nice tool.
Maybe they all come out a bit like that?
paste it into http://watson-um-demo.mybluemix.net/demo
87% Openness, 5% Agreeableness, that's funny.