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
- Host: GitHub
- URL: https://github.com/hellfire01/mangascrap
- Owner: Hellfire01
- Created: 2016-05-06T12:30:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T21:43:01.000Z (about 7 years ago)
- Last Synced: 2025-06-11T13:14:52.456Z (4 months ago)
- Topics: database, html-generation, manga, manga-downloader, mangafox, mangapanda, mangareader, ruby, scraper
- Language: Ruby
- Homepage:
- Size: 563 KB
- Stars: 21
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
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 offlineMangaScrap allows you to download your mangas on the following websites :
- mangafox
- mangareader
- mangapandaIt 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).