-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
app.json
30 lines (30 loc) · 904 Bytes
/
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
{
"name": "jackett2telegram",
"description": "Jackett RSS to Telegram Bot",
"logo": "https://raw.githubusercontent.com/danimart1991/jackett2telegram/main/docs/images/logo.png",
"keywords": [
"rss",
"telegram",
"python",
"rss-bot"
],
"repository": "https://github.com/reaitten/jackett2telegram",
"website": "https://github.com/reaitten/jackett2telegram",
"success_url": "https://t.me/orsixtyone",
"stack": "container",
"env": {
"CHATID": {
"description": "The ID of a group or channel. Use @JsonDumpBot and forward a message from a channel to the bot, and it will return the ID.",
"required": true
},
"TOKEN": {
"description": "The Telegram Bot Token that you get from @BotFather.",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}