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.
- Host: GitHub
- URL: https://github.com/dsnsgithub/stocktrader
- Owner: dsnsgithub
- License: agpl-3.0
- Created: 2022-07-14T05:58:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T06:04:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T21:30:48.972Z (over 1 year ago)
- Topics: discord, discordbot, javascript
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Trading Discord Bot
A Discord bot that allows you to buy and sell stocks using chat commands.

## 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 .