GitDeployHub

yuu-ramsey/eastmoney-monthly

github.com/yuu-ramsey/eastmoney-monthly ↗
Node.js API
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • DEEPSEEK_API_KEY secret DeepSeek API (primary for batch analysis/evaluation)
  • ANTHROPIC_API_KEY secret Anthropic API (secondary, for interactive analysis)
  • DB_PATH Database path (optional, default: .eastmoney-ai/db/klines-v2.sqlite)
  • MONTHLY_BUDGET Evaluation budget (monthly, CNY)
  • LOG_LEVEL Log level (debug | info | warn | error)
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/yuu-ramsey/eastmoney-monthly
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/yuu-ramsey/eastmoney-monthly
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/yuu-ramsey/eastmoney-monthly
Or deploy to a different host
← Try another repo