Skip to content

Denisthatorf/MangaParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manga parger from mangalib website

Now it only work with firefox driver and Linux

if you want to use Windows you have to make some changes yourself

To use it you need to do:

  1. python -m venv venv

  2. source virtualenv_name/bin/activate

  3. Donwload driver for firefox in internet : https://github.com/mozilla/geckodriver/releases

  4. Create drivers folder and unzip driver there

  5. pip install -r requirements.txt

  6. You must install tkinter on Linux to use MouseInfo. Run the following: sudo apt-get install python3-tk python3-dev

  7. python parser.py

  8. Read manga

Sometimes the program get an error because of timing, so restart it

If you interested why I use selenium and control of keyboard, but not download image directly by request module. The answer is firewall.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages