Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@breathedude/downld-paper

Breathedude8MIT3.0.0

Directly downloads papers from scholar

npm, cheerio

readme

downld-paper

It is a package that can be used to download five scientific papers directly from scholar using just the keywords. The paper is directly saved as a pdf

Installation

It requires Node.js to run.

$ npm i @breathedude/downld-paper

Usage

const downld-paper = require("@breathedude/downld-paper");

scholar.search('.....search keyword here.....')
  .then(resultsObj => {
    download(resultsObj)
  })

Todo

  • Allow specification of number of downoads

License

MIT