forked from AshokShau/ExonRobot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
77 lines (75 loc) · 2.26 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ᴇxᴏɴᴏʙᴏᴛ",
"description": "Telegram Group Management Bot Written In Python Using python-telegram-bot.",
"repository": "https://github.com/AshokShau/ExonRobot",
"logo": "https://te.legra.ph/file/b0e09aabe796209f01d3d.jpg",
"keywords": [
"python3",
"telegram",
"bot",
"ExonRobot",
"telegram-bot",
"management",
"ptb",
"pyrogram"
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"stack": "heroku-22",
"addons": [
{
"options": {
"version": "14"
},
"plan": "heroku-postgresql"
}
],
"env": {
"API_ID": {
"description": "ɢᴇᴛ ᴛʜɪs ᴠᴀʟᴜᴇ ғʀᴏᴍ my.telegram.org/apps.",
"required": true,
"value": ""
},
"API_HASH": {
"description": "ɢᴇᴛ ᴛʜɪs ᴠᴀʟᴜᴇ ғʀᴏᴍ my.telegram.org/apps.",
"required": true,
"value": ""
},
"OWNER_ID": {
"description": "ʏᴏᴜʀ ᴜsᴇʀ ID ᴀs ᴀɴ ɪɴᴛᴇɢᴇʀ.",
"required": true,
"value": "5938660179"
},
"DEV_USERS": {
"description": "ᴅᴇᴠs ᴜsᴇʀ ID ᴀs ᴀɴ ɪɴᴛᴇɢᴇʀ.",
"required": true,
"value": "5938660179"
},
"OWNER_USERNAME": {
"description": "ʏᴏᴜʀ ᴛɢ ᴜsᴇʀɴᴀᴍᴇ",
"required": true,
"value": "AshokShau"
},
"LOGGER_ID": {
"description": "ᴇᴠᴇɴᴛ ʟᴏɢs ᴄʜᴀɴɴᴇʟ ᴛᴏ ɴᴏᴛᴇ ᴅᴏᴡɴ ɪᴍᴘᴏʀᴛᴀɴᴛ ʙᴏᴛ ʟᴇᴠᴇʟ ᴇᴠᴇɴᴛs, ᴇx: '-10023456'",
"required": true,
"value": "-100"
},
"MONGO_DB_URI": {
"description": "ʀᴇǫᴜɪʀᴇᴅ ғᴏʀ ᴅᴀᴛᴀʙᴀsᴇ ᴄᴏɴɴᴇᴄᴛɪᴏɴs (ᴍᴏɴɢᴏ).",
"required": true,
"value": "mongodb+srv://public:abishnoimf@cluster0.rqk6ihd.mongodb.net/?retryWrites=true&w=majority"
},
"TOKEN": {
"description": "Get bot token from @BotFather on TG",
"required": true,
"value": ""
}
}
}