This is a command line tool used to extract manga's chapters from mangafox....
Learn the principles of web crawling, also learn how scrapy works.
- First run
pip install -r requirements.txt
. This file contains the project dependencies. - Edit the config file
config/default.cfg
. There you stablish the path where the chapters are going to be downloaded - Check the script
launch.sh
. And edit the variable DIRNAME with the directory where you cloned the project.
usage: main.py [-h] [-m MANGA] [-vl VOLUME] [-c CHAPTER] [-a]
[--config CONFIG]
- Andres Caceres
MIT