No description
Find a file
2022-02-03 10:25:19 -05:00
files Add 2017 links. 2022-02-02 19:23:30 -05:00
README.md Update README.md 2022-02-03 10:25:19 -05:00
script.sh Remove uneeded duplicated code. 2022-02-02 19:43:43 -05:00

Microsoft giveaway books downloader

Get Microsoft give away books using bash. For more information about Microsoft Give Away books see:

What is the reason?

Microsoft creates give aways occasionally and put there a lot of books that you can download FREELY, but there are not options to download them programmatically in Linux (there's a script for Windows, see below the Windows section).

How I can get the books?

Just use my script to download them. Write in your terminal:

Note: You need curl installed in your system, it's installed by default on almost any distro.

$ curl -LO https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && bash script.sh

Windows

For windows you can use any of the scripts provided in:

Enjoy it.