Are you familiar with educative.io? They provide interactive courses for software developers. One of their famous course is Grokking the system design interview. Course authors are software engineer of large companies like Google, Amazon, Microsoft, Databricks etc. So you know, this course is not authored by some average software engineers. In this course you will learn how Twitter, Uber, Dropbox etc systems are designed.
Recently I have got a subscription of educative.io and started to explore their courses. Then, one thing came to my mind. What if my subscription ends? These are not videos that I can download and watch later. So, I have to download it somehow to read it later. That is when I started to write a simple script which would do the downloading for me.
Instructions are given in to the repository but for the sake of this article here we go again. Here is the GitHub repository link.
bun install
to install required dependencies.config/default.json
file in a test editor and put your email, password and course URLs that you want to download.bun start
.Now the script should start downloading the course and save it to downloads/{COURSE_TITLE}
directory. Each lessons are number by their order.
This script is written in a couple of hours and there are a lot of things to improve. Feel free to create PR, issue etc.
Thank you for reading.