A script that parses the coursera.org courses info and writes it to the Excel spreadsheet
Python 3 should be already installed. Then use pip (or pip3 if there is a conflict with old Python 2 setup) to install dependencies:
Remember, it is recommended to use virtualenv/venv for better isolation.
pip install -r requirements.txtWays to use:
- Have to use module
coursera.pyafterpython3. - You get info about 5 courses in courses_info.xmls by default.
Example of script launch on Linux, Python 3.5:
$ python3 coursera.py
The courses dump is saved to the courses_info.xlsxThe code is written for educational purposes. Training course for web-developers - DEVMAN.org