- Go to https://my.telegram.org/auth
- Login with your phone number
- Create new application
- After creating the application you will have the api id and api hash. The phone number is yours and also the username
-
There is a mandatory configuration of some modules that we need to set up. In the project's root directory create
.envfile and place the following key/value there:API_ID={Your api id} API_HASH={Your api hash} PHONE={Telegram Account Phone number '+<country code>-<local number>'} _USERNAME={Your name} -
in order to install all relevant libraries, run the following command in the root directory:
pip install -r .devcontainer/requirements.txt