kaanari / Coursera-GDrive

This repository is helpful for downloading all enrolled courses in Coursera into Google Drive via Google Colab
GNU General Public License v3.0
19 stars 13 forks source link

Coursera Google Drive Downloader via Google Colab

PyPI contributions welcome Language grade: Python

This small project is helpful for downloading Coursera courses into your Google Drive via Google Colab. You can use it with given instruction below or given Jupyter Notebook file easily. This module makes it easier to mount your google drive and download all enrolled courses from Coursera.

All enrolled courses can be downloaded by the methods given below,(For more detailed explanations, see the section ''Usage''.)

Getting Started

An overview of CGDD via Google Colab,how to download and use,some basic tips ,explanations and more.

Prerequisites

Installing

You can download it by using the command below in your terminal.

pip install Coursera-GDrive

Usage

How to use this package without writing code?

If you don't want to waste your time to read this documentation, then just download Jupyter Notebook file, follow the instructions in the given file and run it on your Google Colab.

If you want to use this package by writing your own code;

First of all, you have to know the basics of Python to understand the given instructions below.

Initializing

Authentication and Authorization

Before we go further, we must authenticate ourselves first. For that purpose, we need to CAUTH token which is using for one of the main authentication method by Coursera.

Downloading the Courses

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who are participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Acknowledgments