What problem does it solve?
This skill enables programmatic access to Weibo data by making HTTP requests with browser-derived cookies, eliminating manual login steps and enabling automated workflows.
Core Features & Use Cases
- Fetch hot search lists, full hot bands, and real-time search suggestions without requiring an active login.
- Retrieve timelines (hot and home feeds), perform keyword searches, and drill into details, comments, reposts, and user profiles with optional pagination.
- Persist credentials securely on disk and reuse them across sessions, with TTL warnings and automatic re-auth guidance for expired cookies.
Quick Start
First capture Weibo cookies with browser_use get_cookies and save them using WeiboClient.setup_credential, then instantiate WeiboClient and call its methods (hot_search, hot_feed, search, detail, me, etc.) to fetch data.