forked from soruly/trace.moe-telegram-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
21 lines (21 loc) · 876 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "trace.moe-telegram-bot",
"description": "This Telegram Bot can tell the anime when you send an screenshot to it",
"repository": "https://github.com/soruly/trace.moe-telegram-bot",
"logo": "https://trace.moe/favicon128.png",
"keywords": ["telegram", "trace.moe", "anime"],
"env": {
"TELEGRAM_TOKEN": {
"description": "Create a Telegram Bot to get a token, see: https://core.telegram.org/bots",
"value": "111111111:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"TELEGRAM_WEBHOOK": {
"description": "Replace xxxxxx with your app name.",
"value": "https://xxxxxx.herokuapp.com/"
},
"TRACE_MOE_KEY": {
"description": "Leave this blank or Enter your trace.moe API Key to unlock search quota and limits. see: https://soruly.github.io/trace.moe-api/#/limits",
"required": false
}
}
}