Daily Stock Analysis

A public-safe A-share automation project for scheduled watchlist analysis, market review, AI-assisted summaries, and notification delivery.

Review

Daily market workflow

Runs watchlist checks, market context collection, and analysis orchestration from a Python CLI.

Signals

Provider adapters

Combines public market data sources with optional user-configured provider credentials.

Delivery

Notification templates

Supports optional delivery through WeChat Work, Feishu, Telegram, email, and custom webhooks.

Safety

Public package

Credentials, logs, databases, and generated reports are excluded from the public repository.

Quick Start

py -3 -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
Copy-Item .env.example .env
python test_env.py
python main.py --help

Public Safety

This is a legacy automation project packaged for public review. For a cleaner current stock-research workflow kit, see Stock Analysis Plus.