coffincw / Discord-Stock-Exchange

Virtual stock exchange bot to use virtual currency in the real world market
MIT License
2 stars 0 forks source link
candlestick-chart discord discord-bot discord-graph discord-stock-chart discord-stock-market real-time-stock-data stock-market

Discord Stock Exchange (DSE)

Virtual stock exchange bot to use virtual currency in the real world market

Bot Prefix: Start a command with % to use the bot (ex. %stock AAPL)

Add to your server

Invite DSE to server

Commands

How to contribute

  1. Fork repo
  2. Install required dependencies
  3. Write additional implementations
  4. Create a bot on the Discord Developer Portal
  5. Add your bot's token to your computer's environmental variables
    • key: 'DSE_BOT_TOKEN'
    • value: 'YOUR BOT TOKEN'
  6. Invite your bot to a private test server
  7. Test added bot commands
  8. Once working, create a pull request

Dependencies

To install the dependencies, in the root folder, run: pip install -r requirements.txt