WORK IN PROGRESS
A discord bot that allows you to play a variety of card games with friends
I'll have a public bot at some point, but for now you'll need to host the bot yourself.
- Clone the repo
- create a virtual environment with
python3 -m venv .venv
- activate the virtual environment with
source .venv/bin/activate
for linux (check out the venv docs for more info) - Install the dependencies with
pip install -r requirements.txt
- create a functioning environmental variable file using
cp .env_template .env
- edit the environmental variable file to include your bot token and the id of the servers you want the bot to work in
- Run the bot with
python -m src.main.py
run pytest test
in the terminal