mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 11:20:31 +00:00
Small change: don't use tokens.py right away, make .py.example so we don't accidentally merge our tokens. This is important.
This commit is contained in:
parent
4618f9edb8
commit
2be3e5e1d5
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@ test.py
|
|||||||
*.session
|
*.session
|
||||||
*.session-journal
|
*.session-journal
|
||||||
__pycache__
|
__pycache__
|
||||||
*/__pycache__
|
*/__pycache__
|
||||||
|
tokens.py
|
||||||
|
7
tokens.py.example
Normal file
7
tokens.py.example
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
""" И ПОЖАЛУЙСТА. ДАЖЕ НЕ ПРОБУЙТЕ ИСПОЛЬЗОВАТЬ КЛЮЧИ ОТСЮДА, КЛИЕНТ ИХ НЕ ПРИМЕТ И ТЕЛЕТОН ТОЖЕ"""
|
||||||
|
""" СДЕЛАЙТЕ cp tokens.py.example в tokens.py И ПОДРЕДАКТИРУЙТЕ ПОД СВОИ КЛЮЧИ """
|
||||||
|
""" СПАСИБО """
|
||||||
|
"""Получите свои API-ключи на https://my.telegram.org/apps"""
|
||||||
|
|
||||||
|
api_id = 12345
|
||||||
|
api_hash = "0123456789abcdef"
|
Loading…
x
Reference in New Issue
Block a user