Files
wehub-resource-sync 9b395f5cc3
Build Chrome Extension / build (push) Waiting to run
Trigger Website Rebuild (Docs Updated) / dispatch (push) Waiting to run
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:39:48 +08:00

1.1 KiB

微信读书 (WeRead)

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

Commands

Command Description
opencli weread shelf List books on your bookshelf
opencli weread search Search books on WeRead
opencli weread book View book details
opencli weread ranking Book rankings by category
opencli weread notebooks List books that have highlights or notes
opencli weread highlights List your highlights (underlines) in a book
opencli weread notes List your notes (thoughts) on a book

Usage Examples

# 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