Discord bot for posting stock charts. Based on stock-chart-generator and stock-chart-worker.
- Install dependencies:
pnpm install
- Add a
.env
file in the project root with the following lines, fill in your own values.
DISCORD_API_TOKEN=
STOCK_CHART_GENERATOR_URL=
STOCK_CHART_WORKER_URL=
FMP_API_URL=
FMP_API_KEY=
- Run in dev:
bun run dev
- For deployment, TBD.
!chart SYMBOL
: generates a daily chart for the provided symbol!setup-daily-earnings
: sets up the bot to post daily earnings tickers