Export your own bookmeter data from the website.
(Japanese: 読書メーターのウェブサイトから自分のデータをエクスポートします。)
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
Launch Playwright UI mode:
pnpm test
Then, enable the watch mode and play with the code.