Scrape manga with python + BeautifulSoup with nice looking web gui
Ignore this step if you dont want to use virtual environment
pip install virtualenv
cd Scraping-Manga
virtualenv venv
venv\Scripts\activate
Install required tools
pip install -r requirements.txt
This tools require :
- Requests, for sending HTTP request to manga web
- BeautifulSoup, for parse structure of html
- Flask, for building web gui
python main.py
or run main.py
file on your favorite IDE, web gui will immidiately show.
Your downloaded manga will saved on Result folder
You can also add new manga with Add Manga menu if you know the link and selector.