Would love to see something like this for reddit, where I'm a more active poster on a wider variety of issues.
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"]' >${1}-redcom.txt; echo $(echo -e $data|wc -l) lines; ( [ "$j" = "null" ] || [ -z "$j" ] ) || redcom $1 $j ;} ;
run it in bash, then run redcom , it should throw all your comments into -redcom.txt which you can then copy/paste to http://watson-um-demo.mybluemix.net/demo