Skip to main content

Download paper from arXiv

Project description

arXiv-dl

Download paper from arXiv

Installation

pip install --upgrade arxiv-dl

Configuration (Optional)

Default Download Destination:

"{$HOME}/Downloads/ArXiv_Papers"

Set Custom Download Destination

  • Let's say you want your papers get downloaded into ~/Documents/Papers
  • Make sure the directory ~/Documents/Papers exists
export ARXIV_DOWNLOAD_FOLDER=~/Documents/Papers

Usage

add-paper "URL"

add-paper will do

  • Download paper {paper_id}_{title}.pdf into ARXIV_DOWNLOAD_FOLDER.
  • Maintain a paper list containing metadata in json at ARXIV_DOWNLOAD_FOLDER/000_Paper_List.json.
  • Create a new MarkDown document named {paper_id}_Notes.md in the same directory. (for you to add reading notes)
dl-paper "URL"

dl-paper will do

  • Download paper {paper_id}_{title}.pdf into ARXIV_DOWNLOAD_FOLDER.

Currently supported URLs

  • URLs from arXiv.org
    • Paper's abstract page https://arxiv.org/abs/xxxx.xxxxx
    • or Paper's PDF URL https://arxiv.org/pdf/xxxx.xxxxx.pdf

License

MIT License Copyright (c) 2021 Mark Huang

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arxiv-dl-0.0.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

arxiv_dl-0.0.3-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page