Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikhailsidorov/chd

Courses downloader for coursehunters.net
https://github.com/mikhailsidorov/chd

coursehunters python scrapy

Last synced: 2 days ago
JSON representation

Courses downloader for coursehunters.net

Awesome Lists containing this project

README

        

##############################################
CHD - Courses downloader for coursehunters.net
##############################################

.. image:: https://badge.fury.io/py/chd.svg
:target: https://badge.fury.io/py/chd

Requirements
============

* `Python 3.6 `_ or higher.

Installation
============

.. code-block:: bash

pip install chd

Usage
-----

.. code-block:: bash

chd url [-p path] [-s start_lesson] [-e end_lesson] [-v]

.. code-block:: bash

positional arguments:
url course url

optional arguments:
-h, --help show this help message and exit
-p PATH, --path PATH download path, default is
-s START, --start START the lesson number from which to start the download

-e END, --end END the lesson number at which the download will be
completed
-v, --version print version information and exit