https://github.com/braun-steven/arxiv-downloader
A command line interface to download PDF files from https://arxiv.org.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
A command line interface to download PDF files from https://arxiv.org.
Basic Info
- Host: GitHub
- Owner: braun-steven
- License: mit
- Language: Python
- Default Branch: main
- Size: 382 KB
Statistics
- Stars: 57
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
arxiv-downloader: The arXiv PDF Command-Line Interface Downloader
Installation
arxiv-downloader is available via PyPi:
sh
pip install arxiv-downloader
Arch User Repository
We also provide an AUR package:
sh
paru -S arxiv-downloader
Examples
Download a PDF using a URL:
sh
arxiv-downloader https://arxiv.org/pdf/2302.06544.pdf
Download a PDF using an ID:
sh
arxiv-downloader 2302.06544
Download a PDF into a directory:
sh
arxiv-downloader https://arxiv.org/pdf/2302.06544.pdf -d ./pdfs
Download a PDF and its source files (as .tar.gz archive):
sh
arxiv-downloader https://arxiv.org/pdf/2302.06544.pdf -s
Usage
To see all available options, use the help command:
sh
arxiv-downloader -h
This will display usage information similar to the following:
```plaintext usage: arxiv-downloader [-h] [-d DIRECTORY] [-s] [urlorid]
Download articles from arXiv.
positional arguments: urlorid The URL or ID of the arXiv article. (default: None)
options: -h, --help show this help message and exit -d DIRECTORY, --directory DIRECTORY The directory where the article will be downloaded. (default: ./) -s, --source Also download the source files of the article. (default: False) ```
Owner
- Name: Steven Braun
- Login: braun-steven
- Kind: user
- Company: @ml-research
- Website: www.steven-braun.com
- Twitter: sbraunmz
- Repositories: 9
- Profile: https://github.com/braun-steven
PhD Student at the AIML Lab @ml-research, Technical University of Darmstadt
GitHub Events
Total
- Issues event: 1
- Watch event: 15
Last Year
- Issues event: 1
- Watch event: 15
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Steven Lang | s****z@g****m | 15 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ZihaoZheng98 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 440 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: arxiv-downloader
A command line interface to download PDF files from https://arxiv.org.
- Homepage: https://github.com/braun-steven/arxiv-downloader
- Documentation: https://arxiv-downloader.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite