-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
53 lines (53 loc) · 1.68 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Rocks Verification.",
"description": "A Telegram Bot for verifying new group members by Emojis Captcha. Made by @Rocks.",
"logo": "https://telegra.ph/file/a315c0e3ae8e497400ab0.jpg",
"keywords": [
"telegram",
"emoji",
"captcha",
"bot"
],
"repository": "https://github.com/jankarikiduniya/Rocks-VerificationBot",
"website": "https://t.me/Dr_Asad_Ali",
"success_url": "https://t.me/AsadSupport",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"API_HASH": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"BOT_TOKEN": {
"description": "Get this from @BotFather"
},
"MONGODB_URI": {
"description": "MongoDB URI for Saving Chat Settings. Video Tutorial Here: https://www.youtube.com/watch?v=aXlF80Cn7iU"
},
"OWNER_ID": {
"description": "Your Telegram User ID for using Admin commands.",
"required": false
},
"SESSION_NAME": {
"description": "A Bot Session Name without Space.",
"required": false
},
"GROUP_CHAT_ID": {
"description": "Your Telegram Group ID where the bot will ask for verify by Captcha."
},
"CAPTCHA_API_TOKEN": {
"description": "Needs Captcha API Token to get Captcha. Get this from https://t.me/Dr_Asad_Ali !!"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}