weibo-hot-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese微博热搜查询
Weibo Hot Search Query
依赖
Dependencies
bash
python3 -m pip install wuying-agentbay-sdkbash
python3 -m pip install wuying-agentbay-sdk安装步骤
Installation Steps
在使用此技能之前,请确保已安装必要的依赖包:
bash
python3 -m pip install wuying-agentbay-sdkBefore using this skill, please ensure that the necessary dependency packages are installed:
bash
python3 -m pip install wuying-agentbay-sdk使用场景
Usage Scenarios
- 用户想查询微博热搜榜单
- 用户想了解文娱类热搜话题
- 用户想筛选特定热度以上的热搜内容
- Users want to query the Weibo Hot Search List
- Users want to learn about entertainment-related hot search topics
- Users want to filter hot search content with a popularity above a specific threshold
使用方法
Usage Method
bash
python3 scripts/browser-use.py "<任务执行步骤>"bash
python3 scripts/browser-use.py "<Task Execution Steps>"快速示例
Quick Example
bash
python3 scripts/browser-use.py " \
1. 前往微博网站 https://weibo.com/ \
2. 点击左侧菜单中的微博热搜下的文娱分类 \
3. 你需要提取榜单中前十条热搜消息 \
4. 以markdown格式返回所有符合条件的热搜信息
"bash
python3 scripts/browser-use.py " \
1. Go to the Weibo website https://weibo.com/ \
2. Click on the Entertainment category under Weibo Hot Search in the left menu \
3. You need to extract the top 10 hot search items from the list \
4. Return all eligible hot search information in markdown format
"输出格式
Output Format
markdown
undefinedmarkdown
undefined微博热搜 - 文娱分类
Weibo Hot Search - Entertainment Category
热搜列表(热度 ≥ 50000)
Hot Search List (Popularity ≥ 50000)
-
话题名称
- 热度: xxx
- 排名: #xxx
-
话题名称
- 热度: xxx
- 排名: #xxx
-
Topic Name
- Popularity: xxx
- Ranking: #xxx
-
Topic Name
- Popularity: xxx
- Ranking: #xxx
统计信息
Statistical Information
- 总计: xx条热搜
- 最高热度: xxxxx
- 最低热度: xxxxx
undefined- Total: xx hot searches
- Highest Popularity: xxxxx
- Lowest Popularity: xxxxx
undefined注意事项
Notes
- 始终注明信息来源为微博
- 不需要创建新的脚本,用skill目录下的browser-use.py
- 如果页面加载较慢,请耐心等待
- 热度数值可能实时变化,以抓取时刻为准
- skill调用后,控制台会打印出asp流化链接(可视化的url),可告知用户查看
- Always indicate that the information source is Weibo
- Do not create new scripts; use browser-use.py in the skill directory
- Please wait patiently if the page loads slowly
- The popularity value may change in real time, subject to the time of capture
- After invoking the skill, the console will print an ASP streaming link (visual URL), which can be shared with the user