今日热榜

Other

获取今日微博、抖音、百度热搜排行榜 - 实时热门话题一站式查询

Install

openclaw skills install today-trending

今日热榜 (Today Trending)

一键获取微博、抖音、百度三大平台的热搜排行榜。

Usage

python3 skills/today-trending/scripts/trending.py '<JSON>'

Request Parameters

ParamTypeRequiredDescription
platformstryes平台类型: weibo / douyin / baidu / all

Platform Types

platformPlatform
weibo微博热搜
douyin抖音热搜
baidu百度热搜
all全部平台

Examples

# 微博热搜
python3 scripts/trending.py '{"platform":"weibo"}'

# 抖音热搜
python3 scripts/trending.py '{"platform":"douyin"}'

# 百度热搜
python3 scripts/trending.py '{"platform":"baidu"}'

# 全部平台
python3 scripts/trending.py '{"platform":"all"}'

Output Format

返回热搜话题列表,每条包含标题和热度值。

Current Status

Fully functional.

Output Analysis

返回结果后,可以对话题进行总结分析归类,方便用户快速了解全网热点趋势。