Minimal Python Bot to display Call Of Duty Warzone stats from WZStats.gg
At the moment the bot is not publicly available.
You can clone or fork the repo and contibute or use it in your own discord channel. For both Linux and Windows
git clone https://github.com/singleit-tech/warzoneBot.gitWindows
python3 -m pip install venv env
python3 -m pip install -r requirements.txt
env\Scripts\ActivateLinux
python3 -m pip install venv env
python3 -m pip install -r requirements.txt
source env\bin\activategit clone https://github.com/singleit-tech/warzoneBot.git && cd warzoneBotdocker build -t warzone-bot:latest .docker run -d warzone-bot:latestI develop this project in my free time, feel free to clone the repo and contribute.
At the time all the output from the bot is in text format.
I'm currently working on a card/image presentation for the stats.
