forked from saikatwtf/ChannelAutoPost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
41 lines (41 loc) · 1.1 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
{
"name": "Channel Auto Post",
"description": "Channel Auto Post Bot for telegram, by @BotzHub.",
"logo": "",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"botzhub"
],
"repository": "https://github.com/xditya/ChannelAutoPost",
"website": "xditya.me",
"success_url": "https://t.me/BotzHub",
"env": {
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": ""
},
"APP_ID": {
"description": "Your app id from my.telegram.org",
"value": ""
},
"API_HASH": {
"API_HASH": "Your api hash from my.telegram.org",
"value": ""
},
"FROM_CHANNEL": {
"description": "The ID of the main channel from where posts have to be copied.",
"value": ""
},
"TO_CHANNEL": {
"description": "The ID of the channel to which the posts are to be sent.",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}