-
Notifications
You must be signed in to change notification settings - Fork 51
/
app.json
39 lines (39 loc) · 995 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
34
35
36
37
38
39
{
"name": "Account Generator Bot",
"description": "Golang based telegram bot to generate accounts.",
"keywords": [
"telegram",
"telethon",
"telegram-bot"
],
"repository": "https://github.com/anonyindian/AccountGeneratorBot",
"website": "https://t.me/xnony",
"success_url": "https://t.me/StarDevs",
"env": {
"TOKEN": {
"description": "Bot Token, Get It From @BotFather.",
"value": ""
},
"CHANNEL_ID": {
"description": "Permanent Telegram Chat ID Of Your Force-Sub Channel.",
"value": ""
},
"CHANNEL_USERNAME": {
"description": "Username Of Your Force-Sub Channel.",
"value": ""
},
"ACC_NAME": {
"description": "Name Of The Account The Bot Generates.",
"value": ""
},
"LOGS": {
"description": "Permanent Telegram Chat ID Of Bot Logs (Leave as it is for turning off).",
"value": "False"
}
},
"buildpacks": [
{
"url": "heroku/go"
}
]
}