forked from Ayush7445/telegram-forwarder_auto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
33 lines (33 loc) · 1000 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
31
32
33
{
"name": "telegram-auto_forward",
"description": "A bot to forward msg from one tg channel/group to another easily",
"keywords": [
"telegram",
"forward",
"auto-forwards",
"send"
],
"repository": "https://github.com/steallootdeal/auto_forwarder",
"env": {
"APP_ID": {
"description": "Your API_ID from https://my.telegram.org/apps"
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps"
},
"FROM_CHANNEL": {
"description": "from channel ids for auto post, Use Space to add multiple Channels"
},
"TO_CHANNEL": {
"description": "to channel or group or chat id for auto post"
},
"SESSION": {
"description": "Enter the session id got from repl https://replit.com/@TeamUltroid/UltroidStringSession"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}