1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
pooneyy 0463757273
feat(trendradar): add configurable http port to form and compose
- add new form field for http port with internationalized labels and descriptions
- map the configured port to the container's internal port 8080 in docker-compose
- update the comfig.yml file
2025-12-13 17:37:50 +08:00

1.3 KiB

配置和使用说明

安装应用后请前往 应用安装目录/config/config.yaml 配置剩余参数。

安装应用后请前往 应用安装目录/config/frequency_words.txt 配置你关心的热点词汇。

关键词配置

Web 服务: 进入容器后,执行 python manage.py start_webserver 启动服务。

产品介绍

简单的舆情监控分析 - 多平台热点聚合+基于 MCP 的AI分析工具。

本身不集成 AI, 需要额外安装MCP服务。

主要功能

  • 全网热点聚合: 默认监控知乎、抖音、B站等 11 个个主流平台,也可自行增加额外的平台;
  • 智能推送策略: 支持当日汇总、当前榜单、增量监控等三种推送模式;
  • 精准内容筛选: 设置个人关键词,只推送相关热点,过滤无关信息;
  • 热点趋势分析: 实时追踪新闻热度变化;
  • 个性化热点算法: TrendRadar 特有权重算法;
  • 多渠道实时推送: 支持企微(+ 微信)、飞书、钉钉、Telegram、邮件、ntfy 等推送渠道;
  • AI 智能分析: 需额外部署 MCP 服务,参考文档