forked from sahildesai07/Premium-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (43 loc) · 1.14 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
{
"name": "Premium",
"description": "Premium Membership Subscription",
"logo": "https://telegra.ph/file/b693f93579d7e801bbbc8.jpg",
"keywords": [
"Private",
"Auto",
"Caption",
"Bot"
],
"website": "https://www.youtube.com/ultroidofficial",
"repository": "https://github.com/sahildesai07/Premium-bot",
"success_url": "https://www.youtube.com/@ultroidofficial",
"env": {
"app_id": {
"description": "Your APP ID From my.telegram.org ",
"value": ""
},
"api_hash": {
"description": "Your API Hash From my.telegram.org ",
"value": ""
},
"bot_token": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"custom_caption": {
"description": "Caption Text. use {file_name} to get original file name",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "Eco"
}
}
}