pip install -r requirements.txt
export TOKEN=TOKEN
export SERVER_HOST=SERVER-HOST
export SERVER_PORT=SERVER-PORT
python src/bot.py
sudo docker build -f Dockerfile -t bot_speech_to_text_image . # => Docker Build
sudo docker run -it -d --env-file .env --restart unless-stopped -v /{full path to project}/logs/:/app/logs/ --name bot_speech_to_text bot_speech_to_text_image # => Docker Run
docker-compose up
sh run-bot-recogniton-docker-procss.sh
pre-commit run --all-files
Alternative way:
bash pre-commit.sh
make check-types
make check-format