Skip to content

singleit-tech/warzoneBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warzoneBot

Minimal Python Bot to display Call Of Duty Warzone stats from WZStats.gg
At the moment the bot is not publicly available.

Getting Started

Manually

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.git

Activating the env

Windows

python3 -m pip install venv env
python3 -m pip install -r requirements.txt
env\Scripts\Activate

Linux

python3 -m pip install venv env
python3 -m pip install -r requirements.txt
source env\bin\activate

Deploying on Docker

git clone https://github.com/singleit-tech/warzoneBot.git && cd warzoneBot
docker build -t warzone-bot:latest .
docker run -d warzone-bot:latest

Development

I 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.
alt text
I'm currently working on a card/image presentation for the stats.

License

MIT

About

Minimalistic Bot to display stats from WZStats.gg on Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors