Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 330 Bytes

File metadata and controls

19 lines (16 loc) · 330 Bytes

Telegram Bot Scripts

Installation

  1. Create .env file in the root directory.
  2. 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 .