Skip to content

dan-r95/Wiley-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WileyScraper

Introduction

Wiley Online Library hosts the world's broadest and deepest multidisciplinary collection of online resources covering life, health and physical sciences, social science, and the humanities. It delivers seamless integrated access to over 18,000 online books.

This script makes downloading books easily. Given only the url, The script download all the book chapters and merge them into a single file for your usage. It resolves the pain of downloading multiple chapters and merging them yourself

Dependencies

You need to install BeautifulSoup and pyPDF

pip install beautifulsoup4
pip install pypdf

Running the script

Once you have installed everything, Clone the repo and move to directory and issue: python scraper.py <Book URL>

Example: python scraper.py http://onlinelibrary.wiley.com/book/10.1002/9781118033104

Feedback

Any constructive feedback is welcome.

About

Download any book from Wiley

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%