Skip to content

Releases: gitstq/InsightPulse

InsightPulse v1.0.0 - Initial Release

Choose a tag to compare

@gitstq gitstq released this 11 Jun 13:19

InsightPulse v1.0.0

Cross-Platform Intelligent Information Aggregation & Trend Insight Engine

Features

  • 10+ data sources: Zhihu, Weibo, Bilibili, Xiaohongshu, V2EX, Douban, GitHub, HackerNews, Reddit, Xueqiu
  • Zero external Python dependencies (stdlib only)
  • Chinese NLP: keyword extraction, sentiment analysis, text summarization
  • SQLite persistent storage for search history and trends
  • Built-in Web visualization panel
  • CLI with rich terminal output
  • Multi-format output: Rich, JSON, Markdown, HTML
  • Trend tracking and monitoring
  • Caching system for performance optimization
  • 32 unit tests passing

Installation

pip install git+https://github.com/gitstq/InsightPulse.git

Quick Start

insightpulse search "AI大模型"
insightpulse report "新能源汽车" --output report.html
insightpulse serve --port 8080

What is New

  • Initial release with full feature set
  • 10 data sources covering Chinese and international platforms
  • Complete Chinese NLP pipeline
  • Web dashboard with real-time search
  • Comprehensive test suite (32 tests)