-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
68 lines (68 loc) · 1.92 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "VC Video Player",
"description": "A VCVideoPlayer Bot for Telegram made with 💞 By @ProErrorXD",
"logo": "https://telegra.ph/file/e1be1a6fcb7f0e37c297f.jpg",
"keywords": [
"pytgcalls",
"Telegram Bot",
"Vidio Vc Steramer"
],
"website": "https://t.me/DeeCodeBots",
"repository": "https://github.com/Sammy-XD/VcVideoPlayer",
"success_url": "https://t.me/DeeCodeBots",
"env": {
"API_ID": {
"description": "Your APP_ID from my.telegram.org",
"required": true
},
"API_HASH": {
"description": "Your API_HASH from my.telegram.org",
"required": true
},
"ASSISTANT_NAME": {
"description": "Put Your Assistant Username without @",
"required": true
},
"SUPPORT_GROUP": {
"description": "put your support group link without @",
"required": true
},
"UPDATES_CHANNEL": {
"description": "put your channel link without @",
"required": true
},
"SOURCE_CODE": {
"description": "put your GitHub link like this GitHub.com/Sammy-XD/VcVideoPlayer",
"required": true
},
"BOT_USERNAME": {
"description": "Put your bot username",
"required": true
},
"BOT_TOKEN": {
"description": "Your bot token from @botfather",
"required": true
},
"SUDO_USERS": {
"description": "Put Your id",
"required": true
},
"SESSION_NAME": {
"description": "Pyrogram String Session",
"required": true
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
}