-
Notifications
You must be signed in to change notification settings - Fork 463
/
app.json
35 lines (35 loc) · 1.16 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
{
"name": "Channel Auto forward bot",
"description": "Telegram auto forwarding bot. Create your Fork now.",
"keywords": [
"telegram",
"simple",
"auto",
"forward"
],
"success_url": "https://telegram.dog/Autoforward_Nsbot",
"repository": "https://github.com/Ns-AnoNymouS/Auto-Forward-Bot",
"env": {
"AS_COPY": {
"description": "set this to true to forward message as copy",
"value": "False"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"BOT_TOKEN": {
"description": "Your bot token, as a string. Get this from @BotFather",
"value": ""
},
"CHANNEL_ID": {
"description": "your channel id in format -10023352648:-100655379 (from channel id:to channel id) if you want to give more channels seperate them with white space",
"value": ""
}
},
"buildpacks": [{"url": "heroku/python"}]
}