Metadata-Version: 2.0
Name: bookscrape
Version: 0.0.1.dev7
Summary: Scrape and build e-books from various websites
Home-page: https://github.com/clemfromspace/bookscrape
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: Pillow (==5.0.0)
Requires-Dist: pycrypto (==2.6.1)
Requires-Dist: PyExecJS (==1.5.1)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: reportlab (==3.4.0)
Requires-Dist: Scrapy (==1.5.0)
Requires-Dist: cfscrape (>=1.9.1)

[![Build Status](https://travis-ci.org/clemfromspace/bookscrape.svg?branch=master)](https://travis-ci.org/clemfromspace/bookscrape) [![Test Coverage](https://api.codeclimate.com/v1/badges/c716cb35ce542efa1bff/test_coverage)](https://codeclimate.com/github/clemfromspace/bookscrape/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/c716cb35ce542efa1bff/maintainability)](https://codeclimate.com/github/clemfromspace/bookscrape/maintainability)

## Bookscrape
Scrape and build e-books from various websites

### Usage
```
bookscrape Akira 1 2 --output_dir=/Users/bookscrape/Documents/
```

The above command will download the volumes **1** and **2** from the **Akira** manga and save the pdfs files containing the extracted images to **/Users/bookscrape/Documents/**

### Install
```
pip install bookscrape
```


