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
1.1 KiB
1.1 KiB
Tieba
Mode: 🔐 Browser · Domain: tieba.baidu.com
Commands
| Command | Description |
|---|---|
opencli tieba hot |
Read Tieba trending topics |
opencli tieba posts <forum> |
List threads in one forum |
opencli tieba search <keyword> |
Search threads across Tieba |
opencli tieba read <thread-id> |
Read one thread page |
Usage Examples
# Trending topics
opencli tieba hot --limit 5
# List forum threads
opencli tieba posts 李毅 --limit 10
# Search Tieba
opencli tieba search 编程 --limit 10
# Read one thread
opencli tieba read 10163164720 --limit 10
# Read page 2 of a thread
opencli tieba read 10163164720 --page 2 --limit 10
# JSON output
opencli tieba hot -f json
Notes
tieba searchcurrently supports only--page 1tieba read --limitcounts reply rows; page 1 may also include the main post
Prerequisites
- Chrome running and able to open
tieba.baidu.com - Browser Bridge extension installed
- For
posts,search, andread, a valid Tieba login session in Chrome is recommended