python -m venv venvsource venv/bin/activate.\venv\Scripts\activatepip install poetrypip install aiohttp
pip install unidecode
pip install fuzzywuzzy python-Levenshteinpoetry installpoetry add <paquete>Crea un fichero con las variables de entorno:
touch .envIncluye dentro las siguientes variables:
API_KEY=""
BOT_USERNAME=
MONGO_DB_URI=
DB_NAME=poetry run python main.pySin poetry:
python3 main.pyUna vez ejecutemos este script, el bot se quedará escuchando:
