forked from AbirHasan2005/Emoji-Captcha-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
52 lines (52 loc) · 1.64 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
{
"name": "A Telegram Captcha Bot by @AbirHasan2005.",
"description": "A Telegram Bot for verifying new group members by Emojis Captcha. Made by @AbirHasan2005.",
"keywords": [
"telegram",
"emoji",
"captcha",
"bot"
],
"repository": "https://github.com/AbirHasan2005/Emoji-Captcha-Bot",
"website": "https://telegram.dog/AbirHasan2005",
"success_url": "https://t.me/JoinOT",
"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/JoinOT !!"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}