This parser can save direct links to the lessons' videos, homework and extra materials of the course (the course must already be purchased).
The parser itself doesn't require installation, but it needs some dependencies to work. You have to install:
- Python 3.6 or above;
- wkhtmltopdf — the program directory (
C:\Program Files\wkhtmltopdf\binby default) must be in the PATH (Windows, Linux); - Some Python packages required for the parser to work. You can see the list of these packages in the
requirements.txtfile. You can install them using thepip install -r requirements.txtcommand in Terminal or Command Prompt (running Terminal or Command Prompt in the same directory as therequirements.txtfile).
After the installation of all the dependencies, you can use the parser.
Just run the main.py file, enter your username (or email) and password to enter the Umschool website, and also enter the link to the course (like this: https://umschool.net/course/989/lessons/) — after program execution there'll be the course's directory with all the materials.