hackaton-back Requirements psotgresql server with user bot, password bot and database named bot_db. Can be created by CREATE USER bot PASSWORD 'bot'; CREATE DATABASE bot_db OWNER bot; Run Windows python main.py Linux python3 main.py