Skip to content

dhruvparamhans/springer-covid-free

 
 

Repository files navigation

Download books from Springer website

Automate pulling Springer's free books.

Slight modificaton of code found on Reddit:

https://www.reddit.com/r/learnmachinelearning/comments/fvncjm/springer_is_giving_free_access_to_409_of_its/?sort=new

Added the option of downloading the epubs.

To download all the books run:

python3 main.py -filename=<name of csv file> -foldername=<name of folder to download files to> 

For instance if you want to download files from v4.csv into the folder springer books, do the following:

python3 main.py -filename=v4.csv -foldername=springer_books 

If you want to download the epub versions as well, do the following

python3 main.py -filename=v4.csv -foldername=springer_books -epub

About

Automate pulling Springer's free books.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%