Skip to the content.

bookmeter_exporter

example workflow Gem Version

A command line tool to export read books data from https://bookmeter.com as CSV

読書メーターから読み終わった本をエクスポートするCLIツール

Requirements

Installation

$ gem install bookmeter_exporter

Usage

$ bookmeter_exporter
Commands:
  bookmeter_exporter export EMAIL    # This command exports all read books of an account as CSV.
  bookmeter_exporter help [COMMAND]  # Describe available commands or one specific command
  bookmeter_exporter version         # Display version info

Example:

$ bookmeter_exporter export ikuwow@example.com
Password for EMAIL: # Type the password of your account
Starting Chrome... # Chrome window opens
Login success.
Book count: XXX
XX books fetched...
YY books fetched...
[...]
Books are successfully exported as './books.csv'.

CSV Format

ASIN Read Date Review
ex. B071K5WM6P ex. 2021/07/31 ex. This book is awesome!

Ex.

4408167967,2021/06/02,ここまで読んだ
B09366V8V2,2021/05/13,""
B093KCX58C,2021/05/12,""

Miscellaneous

ブクログへのインポート

ブクログはCSVファイルから本をインポートすることが出来ます: https://booklog.zendesk.com/hc/ja/articles/360048930533-他の読書管理サイトからブクログへデータを移行したいです

bookmeter_exporterで出力したCSVをExcel等でフォーマットを整えるとよいです。

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ikuwow/bookmeter_exporter.

Wishlist

License

MIT