Daily market workflow
Runs watchlist checks, market context collection, and analysis orchestration from a Python CLI.
A public-safe A-share automation project for scheduled watchlist analysis, market review, AI-assisted summaries, and notification delivery.
Runs watchlist checks, market context collection, and analysis orchestration from a Python CLI.
Combines public market data sources with optional user-configured provider credentials.
Supports optional delivery through WeChat Work, Feishu, Telegram, email, and custom webhooks.
Credentials, logs, databases, and generated reports are excluded from the public repository.
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
This is a legacy automation project packaged for public review. For a cleaner current stock-research workflow kit, see Stock Analysis Plus.