vvscode / 10_coursera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coursera Dump

This course is a parser for www.coursera.org. It loads number of courses, fetches information like duration, date start, average rate, language and put it to Excel file.

Usage example:

$ python3 coursera.py results.xlsx --limit 4
We're going collect informatio about 4 course(s). Please wait

Check information in output file

Script relies on some external packages, you can install them with

pip3 install -r requirements.txt

Project Goals

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

About


Languages

Language:Python 100.0%