Telegram Bot Scripts Installation Create .env file in the root directory. Install the required packages. pip install -r requirements.txt Code quality # Only once install black formatter. pip install black # Before pushing code to our repository, run the command below. black .