Skip to content

An npm module to directly download papers from scholar

License

Notifications You must be signed in to change notification settings

Breathedude/downld-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An npm module to directly download papers from scholar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published