diff options
author | friendica <info@friendica.com> | 2014-06-18 22:29:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-18 22:33:28 -0700 |
commit | c012c648e0691868370a5a8c1eb468020fef6330 (patch) | |
tree | 18e33384112d9f42e49e2b5b64ac94ab05391a22 /view/tpl/channel_id_select.tpl | |
parent | 224a2b9ddf38b6fa52fef3f0d8cbe4299e651c47 (diff) | |
download | volse-hubzilla-c012c648e0691868370a5a8c1eb468020fef6330.tar.gz volse-hubzilla-c012c648e0691868370a5a8c1eb468020fef6330.tar.bz2 volse-hubzilla-c012c648e0691868370a5a8c1eb468020fef6330.zip |
wherein I revive some of my 30+year old shell scripting skills so that we can process arbitrary api endpoints which generate arbitrary json and be able to crunch all of these on the command line. Getting the arbitrary query arguments into a form where they could be signed as part of the oauth packet was a challenge. (It still might be - I haven't tried querying any Chinese photo album names yet).
But you can now do something like
for a in `util/shredder/shredder -c red/photos -q album=2013 | jshon -e photos -a -e src` ; do wget $a; done
and download all the photos in your 2013 album
Diffstat (limited to 'view/tpl/channel_id_select.tpl')
0 files changed, 0 insertions, 0 deletions