Install
openclaw skills install douyin-hot-trend-1抖音热榜获取技能 | Douyin Hot List Fetcher 获取抖音热榜/热搜榜数据 | Get Douyin hot list/trending data 包含热门视频、挑战赛、音乐等多领域热门内容 | Includes popular videos, challenges, music and more 输出标题、热度值与跳转链接 | Output titles, heat values and links
openclaw skills install douyin-hot-trend-1获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值与跳转链接。 Fetch Douyin hot list/trending data, including popular videos, challenges, music and more, outputting titles, heat values and links.
# 获取抖音热榜前 50 条(默认)/ Get Douyin hot list top 50 (default)
node scripts/douyin.js hot
# 获取前 20 条 / Get top 20
node scripts/douyin.js hot 20
# 获取前 10 条 / Get top 10
node scripts/douyin.js hot 10
每条热榜包含 / Each hot list item includes:
# 获取热门前 20 / Get top 20 hot items
node scripts/douyin.js hot 20
# 输出示例 / Output example:
# 1. 🔥 xxx话题 / xxx topic
# 热度 / Heat: 1234567
# 链接 / Link: https://www.douyin.com/...
抖音网页端公开接口 | Douyin web public interface
基于 douyin-hot-trend 修改
感谢原作者 @franklu0819-lang
MIT