forked from 0AIB/Auto-Forward-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 1.02 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
{
"name": "Channel Auto forward bot",
"description": "Telegram auto forwarding bot. Create your Fork now.",
"keywords": [
"telegram",
"simple",
"auto",
"forward"
],
"success_url": "https://telegram.dog/Hollywood_0980",
"repository": "https://github.com/0AIB/Auto-Forward-Bot",
"env": {
"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"}]
}