- Install dependencies
pip install -r requirements.txt
- Run the script
python complete_course.py
- Follow the instructions
Udemy has made most of their cookies http only. Which means the javascript code cannot access those cookies anymore. To get the required cookies, follow these instructions:
- Install a chrome extension called EditThisCookie
- While udemy is open and you are logged in, click on the cookie icon (🍪) from the extensions.
- Copy the values of
access_token
andclient_id
when asked into the terminal