-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
56 lines (53 loc) · 1.28 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
{
"name": "Channel Backup Bot By ༒❣️☢️╣IrØή❂mคŇ╠☢️❣️༒",
"logo": "",
"description": "Auto Forward Bot",
"keywords": [
"telegram",
"best",
"string",
"generator"
],
"success_url": "https://telegram.dog/Pyro_SessionGen_bot",
"website": "https://github.com/TeamAlphaTg/Channel_Backup_Bot",
"repository": "https://github.com/TeamAlphaTg/Channel_Backup_Bot",
"env": {
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode",
"value": "ANYTHING"
},
"FROM_CHANNEL_": {
"description": "Ur From Channel User Name Or Id",
"value": ""
},
"TO_CHANNEL": {
"description": "Ur To Channel User Name Or Id",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token, as a string.",
"value": ""
},
"START_MSG": {
"description": "Start Messege Id",
"value": "1"
},
"END_MSG": {
"description": "Stop Msg Id. Set It Default",
"value": "100000000"
}
},
"addons": [
],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}