Welcome to the Stock Bot repository! This bot is designed for stock market trading communities and investors. With Stock Bot, you can track and share trades, fetch charts and data, and much more.
- Trade Tracking: Keep an eye on your trades and those of others in your community.
- Chart Fetching: Get real-time stock charts to make informed decisions.
- Data Retrieval: Access up-to-date stock market data with ease.
- Community Engagement: Share insights and strategies with fellow investors.
To install Stock Bot, follow these steps:
-
Clone the repository:
git clone https://github.com/Willseide/stock-bot.git
-
Navigate to the project directory:
cd stock-bot
-
Install the required dependencies:
npm install
-
Set up your configuration file. You can find a sample configuration in
config.example.json
. Rename it toconfig.json
and fill in your details. -
Start the bot:
node index.js
For the latest version, check the Releases section to download the latest files.
Once the bot is running, you can invite it to your Discord server using the OAuth2 URL generated in the Discord Developer Portal. Ensure you have the right permissions set for the bot to function properly.
Stock Bot offers a variety of commands to enhance your trading experience. Here are some of the key commands:
!track <symbol>
: Track a specific stock symbol.!chart <symbol>
: Fetch the latest chart for a specific stock.!trade <action> <symbol> <amount>
: Share your trade action (buy/sell) with the community.!help
: Display a list of all available commands.
We welcome contributions! If you want to help improve Stock Bot, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, feel free to reach out:
- Author: Your Name
- Email: [email protected]
- GitHub: YourGitHubProfile
Thank you for checking out Stock Bot! We hope it enhances your trading experience on Discord. For the latest updates, visit the Releases section.