Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

tuxiedev/microsoft-learn-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microsoft-learn-epub

Generate epubs of Microsoft Learn Learning Paths

Table of Contents

Running

  • 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
python mslearn-epub.py -u <learning-path-url> -d <destination-directory>

Example usages

  1. 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
...
  1. 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

Contact or Contribute

Questions? Raise an Issue

Contributions can be made via Pull Requests

Credits

EpubPress