Some checks are pending
CI / Check (pull_request) Waiting to run
CI / Format (pull_request) Waiting to run
CI / Clippy (pull_request) Waiting to run
CI / Build (macos-latest) (pull_request) Waiting to run
CI / Build (ubuntu-latest) (pull_request) Waiting to run
CI / Build (windows-latest) (pull_request) Waiting to run
11 lines
451 B
Plaintext
11 lines
451 B
Plaintext
# Telegram API Credentials
|
|
#
|
|
# Получите эти данные на https://my.telegram.org/apps
|
|
# Создайте приложение и скопируйте api_id и api_hash
|
|
#
|
|
# Этот файл должен быть размещён в ~/.config/tele-tui/credentials
|
|
# Альтернативно можно использовать .env файл в директории проекта
|
|
|
|
API_ID=your_api_id_here
|
|
API_HASH=your_api_hash_here
|