Discord bot that display NFT marketplace collection statistics
- Display NFT collection statistics\
To run this project, you will need to add the following environment variables to your .env file
DISCORD_BOT_TOKEN
- Token required to connect with your discord bot
GUILD_IDS
- IDS of discord GUILDS bot will work on
Clone the project
git clone https://github.com/Stonks-Luma-Liberty/Plutus.git
Go to the project directory
cd Plutus
Use docker-compose to start the bot
docker-compose up -d --build
Install dependencies
poetry install
Start the bot
poetry run python main.py