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

https://github.com/barrettotte/manga-downloader

Simple manga downloader for mangareader.net using BeautifulSoup4 and Requests. The user can search and download manga to a CBZ file.
https://github.com/barrettotte/manga-downloader

beautifulsoup4 downloader manga-downloader manga-reader manga-scraper python requests web-scraping

Last synced: about 1 month ago
JSON representation

Simple manga downloader for mangareader.net using BeautifulSoup4 and Requests. The user can search and download manga to a CBZ file.

Awesome Lists containing this project

README

          

# Manga Downloader

## About
This is an application I decided to make to learn more about web scraping with Python. Currently, this
will only pull from [mangareader.net](https://www.mangareader.net/). The user can specify a range of chapters to download of a searched series. The downloaded images will be generated into a CBZ file. All CBZ files and images are stored in the /Manga directory of the executable.

## Download Link
Hosted on MediaFire (5.78MB) [Link](http://www.mediafire.com/file/4ofha1a4tbcyohn/mangascraper.zip)

## How to Use:
* Run **mangascraper.exe** in the **dist** folder
* Downloaded manga is then stored in the /Manga directory.
* Follow prompt to download and create .cbz files
* Windows Viewing: [CBR Reader](http://www.cdisplayex.com/)

## Kindle/Android Viewing:
* Install [Tachiyomi apk](https://github.com/inorichi/tachiyomi)
* Create folder called **Tachiyomi** and load folders/cbz files into it
* Load Tachiyomi app and browse to local directory to view

## Screenshots
![search](https://user-images.githubusercontent.com/15623775/38340984-5298f7de-3844-11e8-9b5d-b49f0c812b5a.png)
![download](https://user-images.githubusercontent.com/15623775/38341021-7fa6d070-3844-11e8-98ca-5f9f095eae8d.png)
![view](https://user-images.githubusercontent.com/15623775/38341036-9d21a9cc-3844-11e8-8635-f94fa0fa65fd.png)