https://github.com/soumik12345/manga-scraper
A simple tool to download Manga and create Chapter-wise PDFs easier to read
https://github.com/soumik12345/manga-scraper
kindle manga-downloader manga-scraper web-scraping
Last synced: 16 days ago
JSON representation
A simple tool to download Manga and create Chapter-wise PDFs easier to read
- Host: GitHub
- URL: https://github.com/soumik12345/manga-scraper
- Owner: soumik12345
- Created: 2021-01-09T05:08:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T19:49:37.000Z (over 2 years ago)
- Last Synced: 2025-03-16T08:45:38.075Z (about 1 month ago)
- Topics: kindle, manga-downloader, manga-scraper, web-scraping
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manga Scraper
[](https://badge.fury.io/py/manga-scraper)
`manga-scraper` is a python package that downloads Manga into chapterwise PDF files or a single PDF file from various sources. It basically adds a post-processing layer on top of the basic functionality by [mangadl-bash](https://github.com/Akianonymus/mangadl-bash) created by [Akianonymus](https://github.com/Akianonymus) in order to convert the downloaded manga into chapter-wise PDF files or a single giant PDF file.
## Usage
- Install `manga-scraper` using `pip install manga-scraper`.
- Install the additional dependencies by running `installmanga`.
- Run the command line interface using `scrapemanga`. The CLI would guide you through the download and the subsequent post-processing steps.