This repository is a Discord bot that listen to a TCP client and send the messages to a discord channel.
A virtual environment is used to run the project. It is managed by conda.
conda env create -f environment.yml
conda activate discord-parser
make run
make test
pyinstaller --onefile src/main.py --name "DofusParser"