-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
40 lines (40 loc) · 1.01 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": "Video Stream ",
"description": "Video Stream Telegram Bot",
"keywords": [
"Video Stream ",
"pytgcalss"
],
"repository": "https://github.com/TharukRenuja/videostream",
"success_url": "https://telegram.dog/TharukRenuja",
"env": {
"CHAT": {
"description": "Channel or Group user Name With @",
"value": ""
},
"SESSION_NAME": {
"description": "Pyrogram String Session",
"value": ""
},
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": ""
},
"TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"ADMIN": {
"description":"Add Your User ID"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}