-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO2.txt
More file actions
30 lines (26 loc) · 1.32 KB
/
Copy pathTODO2.txt
File metadata and controls
30 lines (26 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Создание своего клиента Telegram
https://tlgrm.ru/docs/api/obtaining_api_id
https://my.telegram.org/auth
Удаление учетной записи или управление приложениями
Войдите здесь, чтобы управлять своими приложениями с помощью Telegram API, или удалите свою учетную запись. Введите свой номер, и мы вышлем вам код подтверждения через Telegram (не SMS).
API development tools http://pythonbot.tilda.ws/about_api
Отключаем блокировщики рекламы и т.п. или чистый браузер
App title:MyTestAppjkhlsjdfg
Short name:tesrwhgr (только буквы без _)
URL:
https://github.com/KozlovAleksei/tg_read_group
Platform:
Desktop
Description:
An application for reading the latest message from the telegram channel or group.
def read_text_from_file(TextFileName):
for _ in range(3):
try:
with open(TextFileName, "r") as file:
text = file.read()
return text
except FileNotFoundError:
time.sleep(0.01)
return ''
api_id = read_text_from_file('C:\\py386\secret\\001\\api_id.txt')
api_hash = read_text_from_file('C:\\py386\secret\\001\\api_hash.txt')