Skip to content

微信读书 (WeRead)

Mode: 🔐 Browser · Domain: weread.qq.com

Commands

CommandDescription
opencli weread shelfList books on your bookshelf
opencli weread searchSearch books on WeRead
opencli weread bookView book details
opencli weread rankingBook rankings by category
opencli weread notebooksList books that have highlights or notes
opencli weread highlightsList your highlights (underlines) in a book
opencli weread notesList your notes (thoughts) on a book

Usage Examples

bash
# View your bookshelf
opencli weread shelf --limit 20

# Search books
opencli weread search "三体"

# View book details
opencli weread book <book-id>

# Book rankings
opencli weread ranking --limit 10

# List books with notes/highlights
opencli weread notebooks

# View highlights for a book
opencli weread highlights <book-id>

# View your notes
opencli weread notes <book-id>

# JSON output
opencli weread shelf -f json

Prerequisites

Released under the Apache-2.0 License.