Python script to list udemy.com courses subscribed in an account.
0.1-alpha
- Python (2 or 3)
pip
(Python Install Packager)- Python module
requests
- If missing, they will be automatically installed by
pip
- If missing, they will be automatically installed by
If you don't have pip
installed, look at their install doc.
Easy install (if you trust them) is to run their bootstrap installer directly by using: sudo curl https://bootstrap.pypa.io/get-pip.py | sudo python
- Clone or download repo.
- Browse to directory and install requirements
sudo -H pip install -r requirements.txt
- Run script
python udemy-list -u <user-name> -p <password> --debug -ps 200 -mp 0
udemy-list
was made by using udemy-dl as base project and stripping away unneeded code.