个人工具库的完善

  • 项目目的: 把工具库相关的信息记在这里
  • telegram:
    • token, ███████: █████████:███████████████████████_███████████
    • 访问 https://api.telegram.org/bot<BOT_TOKEN>/getUpdates 找到chat.id
    • chatid: █████████
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
{
"ok": true,
"result": [
{
"update_id": 784512963,
"message": {
"message_id": 7319,
"from": {
"id": 246813579,
"is_bot": false,
"first_name": "Jason",
"username": "jason_miller",
"language_code": "en"
},
"chat": {
"id": 246813579,
"first_name": "Jason",
"username": "jason_miller",
"type": "private"
},
"date": 1752754321,
"text": "1"
}
}
]
}