-
Notifications
You must be signed in to change notification settings - Fork 11
/
app.json
86 lines (86 loc) · 2.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "MultiSafelinkBot",
"description": "Make short a link more easy and get fast money.",
"keywords": [
"telegram",
"bot",
"safelink"
],
"website": "https://github.com/zYxDevs",
"repository": "https://github.com/zYxDevs/MultiSafelinkBot",
"success_url": "https://cyberindonesia001.xyz",
"env": {
"BOT_TOKEN": {
"description": "Your bot token, Get this value from t.me/botfather",
"value": ""
},
"API_ID": {
"description": "Get this value from my.telegram.org",
"value": "6"
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": "eb06d4abfb49dc3eeb1aeb98ae0f581e"
},
"AUTH_USERS": {
"description": "List id of allowed user to use your bot, separated by space",
"value": "1249591948 1883915673"
},
"SNACKLINK_KEY": {
"description": "Get API key from snacklink.co/ref/AdamLuwis",
"required": false
},
"ADTIVAL_KEY": {
"description": "Get API key from adtival.network/ref/YogaPranata",
"required": false
},
"SHRINKADS_KEY": {
"description": "Get API key from shrinkads.com/ref/YogaPranata",
"required": false
},
"DLINK_KEY": {
"description": "Get API key from droplink.co/ref/YogaPranata",
"required": false
},
"ZAGL_KEY": {
"description": "Get API key from zee.gl/ref/YogaPranata",
"required": false
},
"YOUSHORT_KEY": {
"description": "Get API key from youshort.me/ref/YogaPranata",
"required": false
},
"SEARN_KEY": {
"description": "Get API key from shrinkearn.com/ref/YogaPranata",
"required": false
},
"CFLY_KEY": {
"description": "Get API key from clicksfly.com/ref/YogaPranata",
"required": false
},
"SHZON_KEY": {
"description": "Get API key from shortzon.com/ref/YogaPranata",
"required": false
},
"CLKSH_KEY": {
"description": "Get API key from clk.sh/ref/YogaPranata",
"required": false
},
"PFL_KEY": {
"description": "Get API key from paid4link.com/ref/zYxDevs",
"required": false
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}