8000 GitHub - xloem/paper-scraper: A proof of concept to scrape papers from journals
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xloem/paper-scraper

 
 

Repository files navigation

paper-scraper

A proof of concept to scrape papers from journals

Install

pip install git+https://github.com/blackadad/paper-scraper.git

Usage

papers = paperscraper.search_papers('bayesian model selection',
                                    limit=10,
                                    pdir='downloaded-papers')

Improving Performance

If you can think of a website that can turn a DOI into a full-text PDF, you can set it via an environment variable:

export DOI2PDF='????'

Note 54FB

Programmatically downloading papers is a grey area. Please use this package responsibly.

About

A proof of concept to scrape papers from journals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0