This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathapp.json
142 lines (137 loc) · 4.31 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "Kuro's Heroku NadekoBot",
"description": "Additional changes to Kuro's NadekoBot. Please read the README carefully.",
"keywords": [
"Heroku",
"NadekoBot",
"Discord",
"Discord Bot",
"Entertainment",
"Kuro"
],
"website": "https://nadekobot.me/",
"repository": "https://github.com/ScarletKuro/NadekoBot",
"logo": "https://nadekobot.me/static/media/nadeko-top.ad6cc06a.png",
"addons": [
"heroku-redis",
"heroku-postgresql",
"logdna"
],
"env": {
"SELFBOT_CLIENTID": {
"description": "Discord Client Id. Get it here: https://discordapp.com/developers/applications/",
"required": true
},
"SELFBOT_TOKEN": {
"description": "Discord BOT token. Get it here: https://discordapp.com/developers/applications/",
"required": true
},
"SELFBOT_OWNEDIDS": {
"description": "Owners Id, to assign more than one use comma(,) to separate. Instructions how to get this: https://nadekobot.readthedocs.io/en/latest/jsons-explained/",
"required": true
},
"SELFBOT_LOLAPIKEY": {
"description": "LoL Api Key. Instructions how to get this: https://nadekobot.readthedocs.io/en/latest/jsons-explained/",
"required": false
},
"SELFBOT_GOOGLEAPIKEY": {
"description": "Google Api Key. Instructions how to get this: https://nadekobot.readthedocs.io/en/latest/jsons-explained/",
"required": false
},
"SELFBOT_MASHAPEKEY": {
"description": "Mashape Key. Instructions how to get this: https://nadekobot.readthedocs.io/en/latest/jsons-explained/",
"required": false
},
"SELFBOT_OSUAPIKEY": {
"description": "Osu Api Key. Instructions how to get this: https://nadekobot.readthedocs.io/en/latest/jsons-explained/",
"required": false
},
"SELFBOT_CLEVERBOTAPIKEY": {
"description": "CleaverBot Api Key. Instructions how to get this: https://nadekobot.readthedocs.io/en/latest/jsons-explained/",
"required": false
},
"SELFBOT_TOTALSHARDS": {
"description": "TotalShards. Only touch it, if you know what are you doing.",
"required": false,
"value": "1"
},
"SELFBOT_PATREONACCESSTOKEN": {
"description": "Patreon Access Token. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_PATREONCAMPAIGNID": {
"description": "Patreon Campaign Id. Only touch it, if you know what are you doing.",
"required": false,
"value": "334038"
},
"SELFBOT_SHARDRUNCOMMAND": {
"description": "Shard Run Command. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_SHARDRUNARGUMENTS": {
"description": "Shard Run Arguments. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_SHARDRUNPORT": {
"description": "Shard Run port. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_MININGPROXYURL": {
"description": "Mining Proxy Url. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_MININGPROXYCRED": {
"description": "Mining Proxy Credentials. Only touch it, if you know what are you doing.",
"value": "",
"required": false
},
"SELFBOT_BOTLISTTOKEN": {
"description": "Bot List Token. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_TWITCHCLIENTID": {
"description": "Twitch client Id",
"required": false,
"value": ""
},
"SELFBOT_VOTETOKEN": {
"description": "Vote Token. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
},
"SELFBOT_VOTEURL": {
"description": "Vote Url. Only touch it, if you know what are you doing.",
"required": false,
"value": ""
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "https://github.com/challengee/heroku-buildpack-libsodium"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "https://github.com/dubsmash/heroku-buildpack-opus.git"
},
{
"url": "https://github.com/appositum/heroku-buildpack-youtube-dl.git"
},
{
"url": "https://github.com/ScarletKuro/dotnetcore-buildpackv2.1.git"
}
]
}