alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

added requirements.txt and updated URL #7

Closed seyedrezamirkhani closed 4 years ago

seyedrezamirkhani commented 4 years ago

Thanks for creating this repo. I've added a requirements.txt and switched URL for the excel spreadsheet to use http instead of httpS as this was throwing an exception when I tried the code on MacOS 10.15. I also use virtual env, so I've updated the .gitignore to include the default venv folder

alexgand commented 4 years ago

For the sake of simplicity I'll leave the code as it is. Thanks though!