Yet another software engineer

My thoughts are my own

Educative.io course downloader

Posted at — Feb 2, 2020

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.

How it works?

Prerequisites

How to use?

Instructions are given in to the repository but for the sake of this article here we go again. Here is the GitHub repository link.

Now the script should start downloading the course and save it to downloads/{COURSE_TITLE} directory. Each lessons are number by their order.

Conclusion

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.