Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjannandy committed Jun 18, 2019
1 parent e69683e commit 6cf6ef3
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@

# comicMaker | [![Build Status](https://travis-ci.com/Gunjan933/comicMaker.svg?branch=master)](https://travis-ci.com/Gunjan933/comicMaker) | [![Known Vulnerabilities](https://img.shields.io/badge/vulnerabilities%20-0-brightgreen.svg?style=flat)](https://snyk.io//test/github/Gunjan933/comicMaker?targetFile=requirements.txt) | [![start with why](https://img.shields.io/badge/docs%20-passing-brightgreen.svg?style=flat)](https://github.com/Gunjan933/comicMaker/edit/master/README.md) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Gunjan933/comicMaker/graphs/contributors)

comicMaker is a command line tool to download Comics and Manga from various Manga and Comic sites easily. This is for educational purpose only.
comicMaker is a command line tool which downloads Comics and Manga from various Manga and Comic sites and converts them into (lossless)pdf easily. This is for educational purpose only.

> Don't overuse this script. It puts loads on their servers.
>Support the developers of those websites by disabling your adblock on their site.
>Advertisments pay for the website servers.
> Support the developers of those websites by disabling your adblock on their site.
> Advertisments pay for the website servers.

<p align="center">
<img src="docs/comiccharacters.jpg">
</p>


```
TL;DR :
step 1: Use "config.json" to enter desired comic book names, and from which chapter you want to download.
step 2: Then enter following commands:
pip install -r requirements.txt
python comicMaker.py
```


## Table of Content
Expand Down Expand Up @@ -52,6 +58,13 @@ comicMaker is a command line tool to download Comics and Manga from various Mang
### Supported Sites

URL can be any URL of the [supported websites](https://github.com/Gunjan933/comicMaker/blob/master/supported-sites.md).

| Supported Sites | Compatiability |
|----------------------------- |---------------- |
| https://readcomiconline.to | 100% |
| https://readcomicsonline.ru | 100% |
| https://mangalike.net | 90% |


### How to find the book name

Expand All @@ -70,10 +83,13 @@ Find the file `config.json`. Inside there you can enter names of any books you w
"haomen-tianjia-qianqi" : "35",
"pulse" : "63"
},
"readComic": {
"readComicOnlineTo": {
"Civil-War-2006": "1",
"Batman-The-Dark-Knight-Returns": "2",
"X-Men-Origins-Jean-Grey": "1"
},
"readComicsOnlineRu": {

},
"temporary library": {
"tamen-de-gushi": "187",
Expand Down

0 comments on commit 6cf6ef3

Please sign in to comment.