clementraoulgithub / discord_parser

Parse les messages textuels TCP du client Dofus Retro et les forward sur discord via un bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Sniffer for Dofus retro game & Discord Bot

This repository is a Discord bot that listen to a TCP client and send the messages to a discord channel.

Conda env

A virtual environment is used to run the project. It is managed by conda.

Create the environment

conda env create -f environment.yml

Activate the environment

conda activate discord-parser

Run the app

In dev mode

make run

Run the tests

make test

Deploy the app

Create an executable

pyinstaller --onefile src/main.py --name "DofusParser"

About

Parse les messages textuels TCP du client Dofus Retro et les forward sur discord via un bot


Languages

Language:Python 98.4%Language:Makefile 1.6%