diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 00:42:58 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 00:42:58 +0100 |
| commit | 9ec285cc584e238ea15d669ec346ecd1db0fd68e (patch) | |
| tree | 58826edf19eab4b9370bf6f9c63824e839b6260c /README.md | |
| parent | add tests (diff) | |
| download | paper2remarkable-9ec285cc584e238ea15d669ec346ecd1db0fd68e.tar.gz paper2remarkable-9ec285cc584e238ea15d669ec346ecd1db0fd68e.zip | |
Update Readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 13 insertions, 11 deletions
@@ -57,16 +57,18 @@ And here's an example with verbose mode enabled that shows everything the script does: ```bash $ python arxiv2remarkable.py -v https://arxiv.org/abs/1811.11242 -2019-02-03 18:11:41.816 | INFO | __main__:download_url:106 - Downloading file at url: https://arxiv.org/pdf/1811.11242v1.pdf -2019-02-03 18:11:46.833 | INFO | __main__:get_page_with_retry:92 - Downloading url: https://arxiv.org/pdf/1811.11242v1.pdf -2019-02-03 18:11:46.835 | INFO | __main__:get_paper_info:194 - Getting paper info from arXiv -2019-02-03 18:11:47.496 | INFO | __main__:get_page_with_retry:92 - Downloading url: https://arxiv.org/abs/1811.11242v1 -2019-02-03 18:11:47.508 | INFO | __main__:generate_filename:206 - Generating output filename -2019-02-03 18:11:47.508 | INFO | __main__:dearxiv:114 - Removing arXiv timestamp -2019-02-03 18:11:49.221 | INFO | __main__:crop_pdf:154 - Cropping pdf file -2019-02-03 18:11:53.247 | INFO | __main__:shrink_pdf:172 - Shrinking pdf file -2019-02-03 18:11:54.802 | INFO | __main__:upload_to_rm:218 - Starting upload to reMarkable -2019-02-03 18:11:57.767 | INFO | __main__:upload_to_rm:223 - Upload successful. +2019-05-30 00:38:27 - INFO - Starting ArxivProvider +2019-05-30 00:38:27 - INFO - Getting paper info from arXiv +2019-05-30 00:38:27 - INFO - Downloading url: https://arxiv.org/abs/1811.11242 +2019-05-30 00:38:27 - INFO - Generating output filename +2019-05-30 00:38:27 - INFO - Created filename: Burg_Nazabal_Sutton_-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2018.pdf +2019-05-30 00:38:27 - INFO - Downloading file at url: https://arxiv.org/pdf/1811.11242.pdf +2019-05-30 00:38:32 - INFO - Downloading url: https://arxiv.org/pdf/1811.11242.pdf +2019-05-30 00:38:32 - INFO - Removing arXiv timestamp +2019-05-30 00:38:34 - INFO - Cropping pdf file +2019-05-30 00:38:37 - INFO - Shrinking pdf file +2019-05-30 00:38:38 - INFO - Starting upload to reMarkable +2019-05-30 00:38:42 - INFO - Upload successful. ``` ## Dependencies @@ -79,7 +81,7 @@ The script requires the following external programs to be available: - [GhostScript](https://www.ghostscript.com/) - [rMAPI](https://github.com/juruen/rmapi) -If these scripts are not available on the PATH variable, you can supply them +If these scripts are not available on the ``PATH`` variable, you can supply them with the relevant options to the script. The script also needs the following Python packages: |
