Skip to content

irfanchahyadi/Scraping-Manga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping-Manga

Scrape manga with python + BeautifulSoup with nice looking web gui


Scraping-Manga

Setting Environment (optional)

Ignore this step if you dont want to use virtual environment

pip install virtualenv
cd Scraping-Manga
virtualenv venv
venv\Scripts\activate

Requirements

Install required tools

pip install -r requirements.txt

This tools require :

Run program

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.

Releases

No releases published

Packages

No packages published