read -p "src:" src; read -p "tags:" tags; read -p "url:" \
url; read -p "time:" time; datetime=$(date +%s); echo \
-e "{\n \"source\": \"$src\",\n \"tags\": \"$tags\",\n \"ur\
l\": \"$url\",\n \"uploaded\": \"$time\"\n}" > $datetime.json; e\
cho $datetime.json; cat $datetime.json; id="$(echo $url | s\
ed "s/.*\///g")"; curl -sL https://derpibooru.org/$id > $da\
tetime.$id.htm; curl -sL https://derpibooru.org/api/v1/js\
on/images/$id > $datetime.$id.jsonimage from derpibooru.orgMessage too long. Click here to view full text.