Script to add all udemy paid/free courses having coupons automatically to your udemy account
- Python (2 or 3)
- Python
pip
- Python module
requests
- Python module
colorama
- Python module
bs4
- Python module
browser_cookie3
pip install -r requirements.txt
- 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
Add all/specific course
python udemygrabber.py
Or with cookie
python udemygrabber.py -c cookie.txt
To schedule with cron jobs
python udemygrabber.py --cron
Guide to create cookie.txt file
-
Firstly go to udemy.com, then login
-
Then Press CTRL+SHIFT+I
-
Go To Application Tab
-
Select COOKIES Then Udemy
-
Locate(Search) Access Token And Client ID
-
Replace It With The text on cookie.txt
-
Then RUN Python File