-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
40 lines (40 loc) · 1.12 KB
/
app.json
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
31
32
33
34
35
36
37
38
39
40
{
"name": "Tepthon",
"description": " اهلا بكم في تنصيب سورس صيد اليوزرات !",
"logo" : "https://telegra.ph/file/09a6b0d947cfb8423a2d1.jpg",
"stack": "container",
"repository": "https://github.com/perdark/per-sed",
"keywords": [
"python",
"chatbot",
"telegrambot"
],
"website": "https://github.com/SS7SS/Tepthon",
"env": {
"APP_ID": {
"description": "ايبي ايدي",
"value": "9514755",
"required": true
},
"APP_HASH": {
"description": "ايبي هاش",
"value": "40e7041d06ea7b6ee1cf39b3188b3452",
"required": true
},
"TERMUX": {
"description": "كود تيرمكس",
"value": "",
"required": true
},
"TOKEN": {
"description": "توكن البوت",
"value": "",
"required": true
},
"BOT_USERNAME": {
"description": "يوزر البوت بدون ـ@ـ",
"value": "",
"required": true
}
}
}