-
Notifications
You must be signed in to change notification settings - Fork 277
/
app.json
23 lines (23 loc) · 869 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
{
"name": "Telegram Support Bot",
"description": "Deploy a Telegram bot that will help you to hide your identity.",
"keywords": [
"telegram-bot",
"python",
"proxy"
],
"website": "https://github.com/ohld/telegram-support-bot",
"repository": "https://github.com/ohld/telegram-support-bot",
"success_url": "https://github.com/ohld/telegram-support-bot",
"env": {
"HEROKU_APP_NAME": {
"description": "The name of your Heroku app. Yes, again. Just copy-paste it!"
},
"TELEGRAM_TOKEN": {
"description": "Your bot's token. Visit https://t.me/BotFather"
},
"TELEGRAM_SUPPORT_CHAT_ID": {
"description": "Telegram chat_id where the bot will forward all incoming messages. If you want to know your chat_id - add this bot https://t.me/ShowJsonBot to your chat."
}
}
}