Skip to content

constellation39/bookworm

 
 

Repository files navigation

Bookwalker client for Node.js

NOTE: Bookworm supports only manga releases!

How to use

  1. Install Node.js.
  2. Download bookworm code. Extract it.
git clone https://github.com/Constellation39/bookworm.git
  1. Install Dependencies
cd bookworm && npm install
  1. Run the program
npm run start

How to get bookwalker link

Cautions

  1. The server enables reCAPTCHA when logins are too intensive, client use 2captcha, please put apikey in 2captcha-key.txt

Env variables

  • BW_THROTTLE default: 10 - Throttle http requests per minute to bookwalker
  • BW_DONT_SAVE_AUTH default: 0 - Disable saving username/password to auth.json
  • BW_LINK - Non-interactive way to set bookwalker link
  • BW_USERNAME - Non-interactive way to set username
  • BW_PASSWORD - Non-interactive way to set password
  • BW_BROWSER_ID - Non-interactive way to set browser id

About

Bookwalker client for Node.js

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%