https://github.com/braun-steven/arxiv-downloader

A command line interface to download PDF files from https://arxiv.org.

https://github.com/braun-steven/arxiv-downloader

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
Last synced: 11 months ago · JSON representation

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
Created about 5 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

arxiv-downloader: The arXiv PDF Command-Line Interface Downloader

Python Version License AUR

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

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

All Time
  • Total Commits: 15
  • Total Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 440 Last month
Rankings
Dependent packages count: 10.1%
Stargazers count: 13.4%
Downloads: 22.4%
Forks count: 22.7%
Average: 27.2%
Dependent repos count: 67.2%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
pyproject.toml pypi
setup.py pypi