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
It requires Node.js to run.
$ npm i @breathedude/downld-paper
const downld-paper = require("@breathedude/downld-paper");
scholar.search('.....search keyword here.....')
.then(resultsObj => {
download(resultsObj)
})
- Allow specification of number of downoads
MIT