Skip to content

e0/stock-chart-discord-bot

Repository files navigation

stock-chart-discord-bot

Discord bot for posting stock charts. Based on stock-chart-generator and stock-chart-worker.

Prerequisites

Get started

  1. Install dependencies: pnpm install
  2. 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=
  1. Run in dev: bun run dev
  2. For deployment, TBD.

Commands

  • !chart SYMBOL: generates a daily chart for the provided symbol
  • !setup-daily-earnings: sets up the bot to post daily earnings tickers

About

Discord bot for posting stock charts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published