A Discord bot that connects to the bs-bazaar.com API and maps API access to Discord commands.
- Responds to Discord commands
- Fetches data from the bs-bazaar.com API
- Clone this repository.
- Install dependencies:
pip install -r requirements.txt
- Create a
.envfile in the project root with your Discord bot token:DISCORD_TOKEN=your-bot-token-here
- Run the bot:
python bot.py
Pull requests are welcome!