-
python -m venv env- now create ENVironment -
.\env\Scripts\Activateorsource env/bin/activatefor Linux or MacOS - Activate your env -
pip install -r requirements.txt- installing
API_ID (integer)- Telegram API IDAPI_HASH (string)- Telegram APP HASH (Get these two values from my.telegram.org/apps.)BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.