脚本简介
脚本将所有带有优惠券的Udemy付费/免费课程自动添加到您的Udemy帐户中如果您使用Windows 64位,只需下载exe并运行它。
项目地址:https://github.com/techtanic/udemy-Course-Grabber
使用方法
win系统
直接下载编译好的exe文件即可
下载地址:https://github.com/techtanic/Udemy-Course-Grabber/releases
linux系统
安装python
#下载地址,请自行参考安装,一般centos7以下的自带的都是Python2.6的版本,这里需要3.x
https://www.python.org/downloads/
安装pip
#参考官网https://pip.pypa.io/en/stable/installing/#upgrading-pip
python -m pip install -U pip
安装以下模块
#安装以下模块,直接用pip就可以安装,如下ER1 Python module requests Python module PySimpleGUI Python module bs4 Python module html5lib Python module browser_cookie3
代码ER1
pip3 install -r requirements.txt
下载脚本
#下载地址,有git的可以clone过去
https://github.com/techtanic/udemy-Course-Grabber
运行脚本
#建议使用第三个命令,不用在低版本的系统中做link
py udemy.py
python udemy.py
python3 udemy.py