reaganmcf / discord-stock-bot

One of the most popular discord stock bots during 2019.
GNU General Public License v3.0
35 stars 20 forks source link
charts discord stock-market stocks

Discord Stock Bot

I made this for a private stock trading discord group I run. This was initially just thrown together and I have plenty of enhancements and features planned.

If you have any features you would like implemented, please submit a new issue with the Feature Request label and I will respond :)

Example Chart

Example Commands

Stocks, Indices, and Equities

Futures

Sector Performance

Crypto

Forex

Setup

  1. Clone the repository to whichever hosting service you prefer
  2. Rename example-config.js to config.js, and replace the fields with your information
  3. Run npm install
  4. Run node index.js

Docker

If preferred, you can also build and deploy as a Docker container.

  1. docker build -t stockbot .
  2. docker run -e BOT_TOKEN="mybottokenaaaaaaaaaaaaaaa" -e CHANNEL_ID="123412341234" stockbot