Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Girbons/comics-scraper

Repository files navigation

Comics Downloader

Build Status Coverage Status PyPI - Python Version License

New Version

A new portable and faster version is now available here

Supported Sites

Didn't find your site? Open an issue and it will be added or submit a pull request.

Dependencies

If you want download a comics from a site that has an anitbot be sure that you have installed Node.js

Installation

From the command line:

git clone https://github.com/Girbons/comics-downloader

Inside a virtualenv:

python setup.py install

or with pip:

pip install .

Outside the virtualenv:

sudo pip install .

Usage

From the command line

comics-download -u http://comics-url

Contribuiting

Feel free to submit a pull request.