This repository was archived by the owner on Apr 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapp.json
More file actions
72 lines (72 loc) · 1.95 KB
/
app.json
File metadata and controls
72 lines (72 loc) · 1.95 KB
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
{
"name": "Memehub Bot",
"description": "Multi Function Pm Bot",
"repository": "https://github.com/Gishankrishka2/MultiPm",
"logo": "https://telegra.ph/file/9f271ad6d291dac311b7d.jpg",
"keywords": ["pyrogram",
"pyro",
"telegram",
"telebot"],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": ""
},
"OWNER_ID": {
"description": "Your Telegram Id",
"value": "1884885842"
},
"MAIN_CHANNEL": {
"description": "Main Channel Id",
"value": ""
},
"LOG_CHANNEL": {
"description": "Log Channel Id",
"value": ""
},
"PRIVATE_LOG": {
"description": "Private Log Channel Id",
"value": "-1001660993748"
},
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps ",
"value": ""
},
"MONGO_URI": {
"description": "mongo URL, Get it from mongodb.com",
"value": ""
},
"AUTH_USERS": {
"description": "Sudo User ids",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Ur HEROKU_API fromm https://dashboard.heroku.com/account",
"value": ""
},
"HEROKU_APP_NAME": {
"description": "This App Name",
"value": ""
},
"FSUB": {
"description": "Force Sub Channel Username Without '@'",
"value": ""
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": ""
}
},
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}