← Back to registry

weibo-cli knowledge

Browse Weibo hot topics, read timelines, and explore user profiles from your terminal

weibo is a CLI for Weibo (微博) via reverse-engineered API. Browse trending topics, read timelines, view user profiles, and explore posts — all from the terminal.

Features

Install

uv: uv tool install kabi-weibo-cli
pipx: pipx install kabi-weibo-cli

Commands

CommandSyntaxDescription
login weibo login Authenticate via browser cookies or QR code
hot weibo hot View real-time hot search topics
feed weibo feed Browse your home feed timeline
detail weibo detail <mblogid> Read a specific post with full details
comments weibo comments <mblogid> View comment threads on a post
profile weibo profile <uid> View a user's profile information
weibos weibo weibos <uid> Browse a user's post history

Links

Agent Usage Example

Use cases:

Example workflow:

weibo hot --json | jq '.[].title'