Generate epubs of Microsoft Learn Learning Paths
- Clone this repository
$ git clone git@github.com:tuxiedev/mslearn-epub
- cd into the directory
$ cd mslearn-epub
- Install requirements to run the script
$ pip install -r requirements.txt
- Go to Microsoft Learn Learning Paths and pick the learning path you want to download
- Copy the URL of the learning path
- Use the command like this
python mslearn-epub.py -u <learning-path-url> -d <destination-directory>
- To get the Learning Path Introduce DevOps Dojo: Create efficiencies that support your business ebooks downloaded to a folder
./devops-dojo-whitebelt
, run the following command
$ python mslearn-epub.py -u https://docs.microsoft.com/en-us/learn/paths/devops-dojo-white-belt-foundation/ -d ./devops-dojo-whitebelt
Generating ebook for title Introduce the foundation pillars of DevOps: Culture and Lean Product
Waiting ebook to finish for title Introduce the foundation pillars of DevOps: Culture and Lean Product
...
- Check if the ebooks are ready in the folder
devops-dojo-whitebelt
$ ls ./devops-dojo-whitebe
0-Introduce the foundation pillars of DevOps: Culture and Lean Product.epub
1-Define the foundation pillars of DevOps: Architecture and Technology.epub
2-Analyze DevOps Continuous Planning and Continuous Integration.epub
3-Explain DevOps Continuous Delivery and Continuous Quality.epub
4-Explore DevOps Continuous Security and Continuous Operations.epub
5-Characterize DevOps Continuous Collaboration and Continuous Improvement.epub
Questions? Raise an Issue
Contributions can be made via Pull Requests