Skip to content

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine

Notifications You must be signed in to change notification settings

py9mrg/springer_free_books

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine

Usage

Just run the script in the desired folder. It will automatically create a /download/ subfolder and will categorize the books acording the subject.

If you want to mannually set a folder to download, insert folder = 'C:/desired_folder/' in line 11 in main.py.

The books are now organized in sub folders according to the subject ("English Package Name" column).

Now updated to also download epub files if it's available.

If you want just one or two specific books, get the excel file from the folowing link and download just those: https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v3

It took about 1.5 hours to complete the 409 english books (7.2 GB) on my machine.

Usage in a virtual environment:

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python3 main.py

Source:

Thanks Springer!

About

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%