get_hot_news
Fetch trending lists from Chinese platforms like Zhihu, Weibo, and Bilibili to stay updated on popular topics and discussions in real time.
Instructions
Get hot trending lists from various platforms
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sources | Yes | Available HotNews sources (ID: Platform): {ID: 1, Platform: "Zhihu Hot List (知乎热榜)"}, {ID: 2, Platform: "36Kr Hot List (36氪热榜)"}, {ID: 3, Platform: "Baidu Hot Discussion (百度热点)"}, {ID: 4, Platform: "Bilibili Hot List (B站热榜)"}, {ID: 5, Platform: "Weibo Hot Search (微博热搜)"}, {ID: 6, Platform: "Douyin Hot List (抖音热点)"}, {ID: 7, Platform: "Hupu Hot List (虎扑热榜)"}, {ID: 8, Platform: "Douban Hot List (豆瓣热榜)"}, {ID: 9, Platform: "IT News (IT新闻)"} Example usage: - [3]: Get Baidu Hot Discussion only - [1,3,7]: Get hot lists from zhihuHot, Baidu, and huPu - [1,2,3,4]: Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili |