Weibo from the command line
Read hot search topics, posts, comments, and user profiles. One pure-Go binary, no API key, output that pipes into the rest of your tools.
A command line for weibo.com.
weibo hot # trending topics right now
weibo status 5309997458393240 # one post, clean text
weibo comments 5309997458393240 # top comments
weibo suggest 山姆 # autocomplete
weibo user 2656274875 --cookie … # profile (needs session cookie)
weibo posts 2656274875 --cookie … # timeline (needs session cookie)
Where to go next
- New here? Read the introduction, then the quick start.
- Installing? See installation.
- Need every flag? The CLI reference is the full surface.