aboutsummaryrefslogtreecommitdiff
path: root/arxiv2remarkable.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-30 00:42:58 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-30 00:42:58 +0100
commit9ec285cc584e238ea15d669ec346ecd1db0fd68e (patch)
tree58826edf19eab4b9370bf6f9c63824e839b6260c /arxiv2remarkable.py
parentadd tests (diff)
downloadpaper2remarkable-9ec285cc584e238ea15d669ec346ecd1db0fd68e.tar.gz
paper2remarkable-9ec285cc584e238ea15d669ec346ecd1db0fd68e.zip
Update Readme
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