项目作者: Pedro4064

项目描述 :
Downloads manga from KissManga webSite and send it directly to your Kindle device
高级语言: Python
项目地址: git://github.com/Pedro4064/MangaDownloader.git
创建时间: 2019-02-24T21:48:48Z
项目社区:https://github.com/Pedro4064/MangaDownloader

开源协议:

下载


MangaDownloader

Manga.py

•Download and make PDFs from mangas from KissManga.

•You can determine the first and last chapter you wish to download.

Main prompt

dailyCheck.py

•Set a raspberry pi to check every day for new volumes, download them, make a pdf and send to kindle/email automatically.

•It uses a json file to get the last volume’s info and update it once it downloads the latest chapter.

•The json file has the following structure:

title mainURL lastURL

example-> manga.json

Modules

Python

•To install all modules run:

python -m pip install -r /path/to/requirements.txt

-requirements.txt

Preinstalled

•os

•time

•jsons

•requests

Needs to be installed separately

termcolor

selenium

requests

Chrome Driver

•You also need to download chromedriver to use with selenium module.

*If you are on the raspberry pi, follow this instructions.

Unix based System

Imagemagick

-> Or using the terminal:
sudo apt install imagemagick

Notes

-Change the driverPath = '/Applications/chromedriver' to fit the location of the webDriver in your system.

-Make sure you have installed all the necessary libraries.

-If you are on windows, you will need to change the bash commands to their equivalent on your system. You will also need to download and install Imagemagick separately.