arXiv-dl
Command-line arXiv Paper Downloader. [PyPI] [Source]
Features
- Download Paper from
arXiv.orgvia command line interface. - Name downloaded Paper by its arXiv ID and title without whitespace.
- Retrieve Paper metadata and save them in a corresponding MarkDown document:
- Paper Title
- Authors
- Abstract
- Comments (Conference acceptance info)
- Source Code Links
- Citation (
BibTeX)
- Configure desired download destination via environment variables.
Install
This is a command-line tool, you just need to use pip to install the package, then, you will be able to use the command getpaper in your terminal.
- Pre-requisite:
Python 3
pip install arxiv-dl
Usage
$ getpaper "URL or ID"
Example:
$ getpaper 1512.03385
# OR
$ getpaper https://arxiv.org/abs/1512.03385
# OR
$ getpaper https://arxiv.org/pdf/1512.03385.pdf
Deprecating Commands:
add-paperdl-paper
Configuration (Optional)
Set Custom Download Destination Folder (Optional)
- Let's say you want your papers get downloaded into
~/Documents/Papers. - Make sure the folder
~/Documents/Papersexists. - Set the environment variable
ARXIV_DOWNLOAD_FOLDERto your desired location.export ARXIV_DOWNLOAD_FOLDER=~/Documents/Papers
- If the environment variable is not set, paper will be downloaded into the default Download Destination
~/Downloads/ArXiv_Papers.
License
MIT License - Copyright (c) 2021 Mark Huang
Release files for arxiv-dl 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arxiv-dl-0.2.0.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arxiv_dl-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.7 kB
Release files / arxiv-dl-0.2.0.tar.gz
| Download URL | arxiv-dl-0.2.0.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bc35e6a49df3ef051dab8b4dcc6f8db3a37a8070a061864b9d16c286fa5adee
|
|
BLAKE2b-256 checksum How to use checksums |
dd69b7271c020b7c5413d1accd4e93d7c47288876a87afbb23237714cc508066
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.5
|
Release files / arxiv_dl-0.2.0-py3-none-any.whl
| Download URL | arxiv_dl-0.2.0-py3-none-any.whl |
|---|---|
| Size | 7.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5c13430369b387b403d68d2b290917d274776700703019d6d5a074f87c54d5f6
|
|
BLAKE2b-256 checksum How to use checksums |
8fe6d52b9586145cd065257ff812e8cf754d69c80607ae2bd83f5b139d85df33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.5
|