Skip to main content

A command line application for downloading scientific papers

Project description

Overview

papers-dl is a command line application for downloading scientific papers.

Usage

usage: papers_dl.py [-h] {fetch,parse} ...

Download scientific papers from the command line

positional arguments:
  {fetch,parse}
    fetch        try to download a paper with the given identifier
    parse        parse identifiers from a file

options:
  -h, --help     show this help message and exit  

# fetch
usage: papers_dl.py fetch [-h] [-o path] [-A USER_AGENT]
                          (DOI|PMID|URL)

positional arguments:
  (DOI|PMID|URL)        the identifier to try to download

options:
  -h, --help            show this help message and exit
  -o path, --output path
                        optional output directory for downloaded
                        papers
  -A USER_AGENT, --user-agent USER_AGENT

# parse
usage: papers_dl.py parse [-h] [-m type] [-f [fmt]] path

positional arguments:
  path                  the path of the file to parse

options:
  -h, --help            show this help message and exit
  -m type, --match type
                        the type of identifier to match
  -f [fmt], --format [fmt]
                        the output format for printing

This project started as a impromptu fork of scihub.py.

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

papers_dl-0.0.5.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

papers_dl-0.0.5-py3-none-any.whl (8.7 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