VermiIIi0n / fuckBookWalker

Download books from bookwalker.jp/bookwalker.com.tw
MIT License
18 stars 1 forks source link
bookwalker crawler

Unpolished bookwalker scraper

It just works. -- Todd Howard

TODO List

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 install

Running

poetry run python bookphucker <url or uuid of books>

You should see something like this. sample

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.