- Set your google spreadsheet url (json format) as
targetpath
variable (I define this inreadfile.js
, for example) - Your google spreadsheet consists of the following five columns:
- paper title
- paper url
- memorandum
- tags (comma-separated string)
- year
- A url example google spreadsheet (json)
https://spreadsheets.google.com/feeds/cells/(shpreadsheet id)/1/public/values?alt=json
- Make sure that your google spreadsheet is permitted to be accessed via url link.