lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Add a script to download from command line. #45

Closed nbiederbeck closed 4 years ago

nbiederbeck commented 4 years ago

Description

This is a simple script to download the pdf files from arxiv from the command line, eg:

arxiv-download 0710.5765v1

Note that this is still error prone, eg no checks if query returns results.

If scripts like this are welcome, I'm definitely open to improve this one.

Breaking changes

none

Relevant issues

Checklist

lukasschwab commented 4 years ago

Hi @nbiederbeck!

It truly pains me to reject a well-thought-through PR, but I think the best course of action for this package is to not implement a CLI.

Thanks for doing this work and opening this PR. I think this may be better-suited for a standalone package depending on this one.

Cheers, Lukas