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

https://github.com/hellfire01/mangascrap

MangaScrap is a Ruby based scrapper that generates a local website with the downloaded mangas
https://github.com/hellfire01/mangascrap

database html-generation manga manga-downloader mangafox mangapanda mangareader ruby scraper

Last synced: 3 months ago
JSON representation

MangaScrap is a Ruby based scrapper that generates a local website with the downloaded mangas

Awesome Lists containing this project

README

          

## MangaScrap

MangaScrap is a Ruby based program that will allow you to download your mangas and save them on your computer

It posses a database that allows it to know what chapters where not downloaded yet

Unlike other manga downloaders, it also creates a local website on your computer allowing you to browse your mangas offline

MangaScrap allows you to download your mangas on the following websites :

- mangafox
- mangareader
- mangapanda

It also has a [facebook](https://www.facebook.com/MangaScrap/) page if ever you want to follow it

### basic usage :

How to add and download a manga

- `./MangaScrap add link [link]`

Will add a manga to follow to the database
- `./MangaScrap`

Will update all mangas within the database
- `./MangaScrap download link [link]`

Will add the manga to the database and then download it

### configuration

MangaScrap has configurable parameters witch will allow you to configure the way it work to fit your needs

- `./MangaScrap params list`

Shows all the parameters and there values
- `./MangaScrap params set [param] [value]`

Allow you to change a parameter

### notes :

- `./MangaScrap help`

Displays instructions

- The program will download all mangas in ~/Documents/mangas/ by default ( should the path not exist, it will be created automatically )

- Currently MangaScrap only manages mangafox but it is planned to do much more in the near future

- The dev branch of MangaScrap is on [gitlab](https://gitlab.com/Hellfire01/MangaScrapp)

### API :

If you wish to add instructions / a gui / ... to MangaScrap, please check [here](sources/api/README.md).