An awesome investing simulator that tracks real market data!
Invite the bot to get started »
Report Bug
·
Request Feature
Table of Contents
There are many amazing discord bots out there that everyone loves - Dank memer, Mee6, CarlBot etc. I wanted to make a bot that is fun for everyone, so I decided that making a financial stock game bot will be the best one -- maybe the last stock bot you will need on discord.
More features will be added in the feature, you may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to everyone who contributed to this bot!
Use the README.md
to get started.
- Discord.js
- Node.js
- Prisma
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Get a free API Key at https://polygon.io
- Clone the repo
git clone https://github.com/Wall-Street-Bets/Stock-bot.git
- Install NPM packages and prisma
npm install
npx prisma generate
- Enter your Bot Key and API Key in
.env
TOKEN="ENTER YOUR TOKEN KEY"
API_KEY="ENTER YOUR API KEY"
DATABASE_URL="ENTER YOUR MONGODB URL"
CLIENT_ID="ENTER THE ID OF THE BOT"
# GUILD_ID="ENTER THE GUILD ID OF THE BOT IF YOU ONLY NEED IT TO RUN IN ONE GUILD"
- Push to the DB!
npx prisma db push
- Run the bot!
npm run start
- Add Changelog
- Add back to top links
- Add a crypto feature as well
- Add Additional Templates w/ Examples
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- Chinese
- Spanish
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Elbert_Ainstein - @ainstein_elbert - [email protected]
pennacap - @PennaCap
Project Link: https://github.com/Wall-Street-Bets/Stock-bot.git