forked from NtrRaz/txtExtractor
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (26 loc) · 745 Bytes
/
app.json
File metadata and controls
28 lines (26 loc) · 745 Bytes
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
{
"name": "TXT-EXTRACT ",
"description": "TXT-EXTRACT-MADE-BY-YOBOY",
"repository": "https://github.com/",
"keywords": [
"telegram bot",
"pyrogram"
],
"env": {
"API_ID": {
"description": "23634056",
"value": "23634056",
"required": true
},
"API_HASH": {
"description": "f2debf49c2f57bad88086ecd17cb5df3",
"value": "f2debf49c2f57bad88086ecd17cb5df3",
"required": true
},
"BOT_TOKEN": {
"description": "7174606656:AAES4xrsYwn9gi8O9knJBM0wwC2NihyGKTw",
"value": "7174606656:AAES4xrsYwn9gi8O9knJBM0wwC2NihyGKTw",
"required": true
}
}
}