An open API service indexing awesome lists of open source software.

https://github.com/dsnsgithub/stocktrader

A Discord bot that allows you to buy and sell stocks using chat commands.
https://github.com/dsnsgithub/stocktrader

discord discordbot javascript

Last synced: about 1 month ago
JSON representation

A Discord bot that allows you to buy and sell stocks using chat commands.

Awesome Lists containing this project

README

          

# Stock Trading Discord Bot

A Discord bot that allows you to buy and sell stocks using chat commands.

![screenshot](https://github.com/dsnsgithub/stockTrader/blob/master/Capture.PNG?raw=true)

## How To Install

To launch the project locally, you'll need [Node.js](https://nodejs.org/en/) installed on your machine. Once you do, follow these steps:

### 1. Clone the Github Repository:
git clone https://github.com/dsnsgithub/stockTrader

### 2. Enter the repository and install dependencies:
cd stockTrader
npm install

### 3. Create a `.env` file and add these properties:
prefix = $
token = [create a bot token using the Discord Developer Portal]

### 5. Start the express server:
node .