← 返回
未分类

Weibo Trending Topics

Track Weibo hot search trends (微博热搜) in real-time. Fetches live trending topics, categories (娱乐/社会/科技/体育), and historical trend data. Zero config required. T...
实时追踪微博热搜,获取热门话题、分类(娱乐/社会/科技/体育)及历史趋势数据,零配置。T...
dzxiatian-crypto dzxiatian-crypto 来源
未分类 clawhub v1.0.0 1 版本 99847 Key: 无需
★ 0
Stars
📥 1,305
下载
💾 1
安装
1
版本
#ai#automation#latest

概述

Weibo Trending Topics

Track real-time trending topics on Weibo (微博热搜榜) with category filtering and historical comparison.

🔵 Zero Config — Works Immediately

No API keys, no login needed. Uses Weibo's public API endpoints.

Usage

import requests

# 微博热搜实时榜单 (Top 50)
url = "https://weibo.com/ajax/side/hotSearch"
resp = requests.get(url, headers={"User-Agent": "Mozilla/5.0"})
data = resp.json()

for item in data.get("realtime", []):
    print(f"{item.get('flag_desc','')} {item.get('word')} | 🔥 {item.get('num')}")

Historical Comparison

def compare_trends(old_file, new_file):
    with open(old_file) as f:
        old = {item["word"] for item in json.load(f).get("realtime", [])}
    with open(new_file) as f:
        new = {item["word"] for item in json.load(f).get("realtime", [])}
    print(f"🆕 新上榜: {new - old}")
    print(f"📉 已掉榜: {old - new}")

Tags

weibo 微博 热搜 trending social-media chinese-platform news hot-search

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 04:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Marketing Skills

jchopard69
{"answer":"获取23个营销模块,包含CRO、SEO、文案、分析、发布、广告及社媒的清单、框架与现成交付物。"}
★ 142 📥 30,631
data-analysis

Crypto Sentiment Monitor

dzxiatian-crypto
Real-time crypto market sentiment analysis. Aggregates Twitter/X, Reddit, Google Trends, and exchange data. Detects FOMO
★ 0 📥 847
content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 58 📥 28,895