[READ-ONLY] Mirror of https://github.com/shuuji3/bookmeter-exporter. Export your own bookmeter (読書メーター) data from the website.
bookmeter
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 98.2%
JavaScript 1.8%
3 1 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/bookmeter-exporter https://git.vm.fail/did:plc:7rjwdkxbegodzpf2f534qfec
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/bookmeter-exporter ssh://git@knot1.tangled.sh:2222/did:plc:7rjwdkxbegodzpf2f534qfec

For self-hosted knots, clone URLs may differ based on your setup.


README.md

bookmeter-exporter#

Export your own bookmeter data from the website.

(Japanese: 読書メーターのウェブサイトから自分のデータをエクスポートします。)

Usage#

Prepare your .env file by copying .env.sample and filling in your username and password:

cp .env.sample .env
editor .env

Export JSON and CSV files from four pages (読んだ本、読んでる本、積読本、読みたい本、プロフィール) under export/ directory:

pnpm install
pnpm playwright install chromium
pnpm export 

Development#

Launch Playwright UI mode:

pnpm test

Then, enable the watch mode and play with the code.

License#

GNU APGL v3+