forked from Kousthubhbhat/doodstreambot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
45 lines (45 loc) · 1.25 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
{
"name": "Link Shortener Bot",
"description": "MDisk wala...",
"keywords": [
"telegram",
"Doodstream",
"shortner"
],
"website": "https://github.com/Amul-jat/Doodstreambot",
"repository": "https://github.com/Amul-jat/Doodstreambot",
"env": {
"BOT_TOKEN": {
"description": "Your bot token (must add)",
"value": "5145465332:AAEwPXsSkZ8F6nCVjplgy1Xq8EBrVcQ8yDA"
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "7626510"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "ca991bfa07a6ac45e6d5f374c84ab05c"
},
"CUSTOM_FOOTER": {
"description": "Enter your Custom Footer",
"value": "Join"
},
"API_KEY": {
"description": "Get API key from https://mdiskshortner.link/member/tools/api",
"value": "6b0cfeaaba4e63a879c08b769ea5670356630f37"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}