Unpolished bookwalker scraper
It just works. -- Todd Howard
TODO List
- Image
EPUBexport -
OCRintegration- OCR text
EPUBexport - OCR to database
- OCR text
Usage
Installation
Requires Chrome/Chromium to be installed. For Chromium, you need to modify "browser" in config.json to "chromium".
pip install -U poetry
cd fuckBookWalker
poetry installRunning
poetry run python bookphucker <url or uuid of books>You should see something like this.

Configuration
wip...
By default, bookphucker will try to reuse previous cookies, using --no-cache to clear cookies.
Common Issues
Cannot log in
You may encounter CAPTCHA during the login process.
bookphucker will ask you to use non-headless mode to pass the captcha if your config sets headless to true.