Automatically(ish) generate a folder with json files for every press article about Free Cooper Union, including title, author, word count, excerpt, content, date published, lead image url, and some other fields.
- sign up for api key at http://readability.com
- open Google Sheet called Free Cooper Press Log
- paste url column into sublime text
- select all, break selection into lines, jump to line start
- paste:
https://readability.com/api/content/v1/parser?token=YOUR-KEY&url=
- save file in a folder called /press as urls.txt
- open terminal and cd to /press
- run
$ wget -i urls.txt
- batch cleanup filenames using automator's rename function
- batch append .json to filenames using automator