Skip to content

SVR666/Udemy-Paid-Courses-Grabber

 
 

Repository files navigation

Udemy-Paid-Courses-Grabber

Script to add all udemy paid/free courses having coupons automatically to your udemy account

Requirements

  • Python 3
  • Python pip
  • Python module requests
  • Python module colorama
  • Python module bs4
  • Python module browser_cookie3

Module Installation

pip install -r requirements.txt

Features

  • Automatic login through browser using browser_cookie3
  • One click to add all courses available with coupons to your udemy account.
  • You can add any specific course to your account from the list of courses available.
  • Many popular sites added to grab fresh/new courses (coupons).
  • Many more features

Usage

Add all/specific course

python udemy.py

Or with cookie

python udemy.py -c cookie.txt

To schedule with cron jobs

python udemy.py --cron

To subscribe only paid courses

python udemy.py --paid

Guide to create cookie.txt file

  • Firstly go to udemy.com, then follow the images guide below

About

Script to grab all udemy paid courses with coupons and add them to your udemy account automatically

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%