simonlin1212/investment-news
为 A股投资者打造的全球产业链资讯看板 · 12 大赛道一一对应 A股板块(半导体/AI/机器人/新能源车…),覆盖 100+ 权威源,用你自己的大模型每日提炼中文「今日要点」+ 翻译 · 全程本地、零 API key · Local AI news dashboard tracking the global industry signals behind China A-share sectors
What it solves
Investment News is a local dashboard for A-share investors to track global industry signals. It solves the problem of information overload and language barriers by aggregating news from over 100 authoritative global sources across 12 key sectors (such as AI, semiconductors, and robotics) and using AI to distill them into concise Chinese key points.
How it works
The tool operates as a local service using a pure Python standard library. It follows a process of fetching, digesting, and presenting:
- Fetching: It scrapes news from 108 defined sources in
sources.jsonand applies compliance filtering to remove unwanted content. - Digesting: It uses a local LLM (via Claude Code subscription or an OpenAI-compatible API) to summarize the news into 3-5 "Today's Key Points" per sector and translate titles into Chinese.
- Presenting: The results are stored in a local
data.jsfile and displayed in a single-page browser dashboard athttp://localhost:8793.
Who it’s for
- A-share investors tracking global leading signals in sectors like semiconductors, AI, and new energy vehicles.
- Users who need to monitor multiple investment sectors but find overseas English-language news sources fragmented and fragmented.
- People who looking for a curated, AI-summarized view of daily core progress rather than a discrete stream of information.
Highlights
- Local-first: All scraping and data storage happens locally on the user's machine with no database or hosted dependencies.
- Zero-cost AI: Supports using a local Claude subscription (
claude-cli) for free summaries. - Comprehensive Coverage: Maps 12 sectors to 100+ authoritative sources, including global tech media and vertical industry publications.
- Pure Python: Built entirely with the Python standard library, requiring no third-party packages.
- Source Traceability: Every AI-generated key point includes a link back to the original article for verification.
Related
- Project
- Project
- Project
- Project
- Project