Skip to content

farschmessivo/10_coursera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Dump

A script that parses the coursera.org courses info and writes it to the Excel spreadsheet

How to Install

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.txt

Quickstart

Ways to use:

  • Have to use module coursera.py after python3.
  • 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.xlsx

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

online bootcamp devman.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%