abdoolly / Coursera-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coursera Downloader

Coursera downloader is a python script that automate the download process of coursera courses,It downloads the lectures by the course week link.

Configuration

All script in the main.py file

Credentials

Enter Your Coursera Credentials

# Credentials
email = "example@gmail.com"      # your email
password = "123456789"           # your password

Download URL

# URL
url = "https://www.coursera.org/learn/ml-foundations/home/week/3"

Download To Path

# Download To
download_url = "/home/elgenius/courses/machine learning spec/ml foundation/week3/"

Donation

If this script helped you please Donate

Bitcoin Address

144GBBSvhoAHcsctVtHo4yZGzwr4Spgf3z

PayPal

paypal

if you needed any additional functionality please send me at

abdoolly@gmail.com

About


Languages

Language:Python 100.0%