lorenzodifuccia / safaribooks

Download and generate EPUB of your favorite books from O'Reilly Learning (aka Safari Books Online) library.
Do What The F*ck You Want To Public License
4.65k stars 691 forks source link

Ability to download all books in a topic #207

Open anooprh opened 4 years ago

anooprh commented 4 years ago

Hi @lorenzodifuccia Here, I am adding the functionality to

  1. Download all the books given a topic. Example usage
python3 safaribooks.py --cred "account_mail@mail.com:password01" --topic forex

Consequently, I changed the bookid/topic being a positional argument and made it a named argument as well.

  1. Added in a Dockerfile so that it's easier to get started.
aamkye commented 1 year ago

Please resolve conflicts :)