dkirkby / arxiver

Download and organize arxiv papers to Google Drive.
https://dkirkby.github.io/arxiver/
MIT License
1 stars 0 forks source link
arxiv chrome-extension google-drive google-script

Given an arxiv ID such as 1112.4379, download the corresponding PDF file to your google drive as:

<root> / <category> / <year> / <title>.pdf

where <root> is an existing folder in your google drive, and the remaining fields are obtained from the ID by querying the arxiv API.

This is implemented as a web service using Google Apps Script that takes URL query parameters:

The latest published version is at:

https://script.google.com/a/uci.edu/macros/s/AKfycbyONjH15L_56ITZPrwitTU6fNQi8oTZLR8fWaK8Uy_VEIxXqcQ/exec

The latest dev version is at:

https://script.google.com/a/uci.edu/macros/s/AKfycbzCyU1cbzimtceCUTC1viP9NXxCNBsDgj5xrW6ppxo/dev

For now, these are only runnable by me to simplify google drive permissions during development.