aboutsummaryrefslogtreecommitdiff
path: root/arxiv2remarkable.py
diff options
context:
space:
mode:
Diffstat (limited to 'arxiv2remarkable.py')
-rwxr-xr-xarxiv2remarkable.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/arxiv2remarkable.py b/arxiv2remarkable.py
index 8a8d58b..b3abc3c 100755
--- a/arxiv2remarkable.py
+++ b/arxiv2remarkable.py
@@ -5,15 +5,7 @@ __version__ = "0.2.0"
__author__ = "G.J.J. van den Burg"
"""
-Given an arXiv paper url this script:
-
-1. Downloads the paper
-2. Strips the timestamp
-3. Crops the pdf to remove unnecessary borders
-4. Shrinks the pdf to reduce the filesize
-5. Renames it using the format:
- '_'.join(author_lastnames) + '_-_' + title + '_' + year.pdf
-6. Uploads it to the reMarkable using rMapi.
+Download a paper from various sources and send it to the reMarkable.
Author: G.J.J. van den Burg
Date: 2019-02-02