-
Notifications
You must be signed in to change notification settings - Fork 264
/
Copy pathapp.json
80 lines (80 loc) · 2.59 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
77
78
79
80
{
"name": "File Sharing Premium Bot",
"description": "Telegram File Sharing Premium Bot Bot ",
"logo": "https://graph.org/file/2f461540c83b362772714.jpg",
"keywords": ["File Sharing Premium Bot", "Mongo DB"],
"repository": "https://github.com/JishuDeveloper/File-Sharing-Bot",
"success_url": "https://t.me/Madflix_Bots",
"env": {
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": "",
"required": true
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": "",
"required": true
},
"OWNER_ID": {
"description":"Add Your User ID here",
"value": "",
"required": true
},
"CHANNEL_ID": {
"description":"Make a channel (database channel), then make the bot as admin in channel, and it's id",
"value": "",
"required": true
},
"FORCE_SUB_CHANNEL": {
"description": "id of the channel or group, if you want enable force sub feature else put 0",
"value": "0",
"required": false
},
"DB_URL": {
"description": "Your Mongo DB Database URL",
"value": "",
"required": true
},
"DB_NAME":{
"description":"Your Mongo DB Database Name",
"value": "madflixbotz",
"required": false
},
"START_MESSAGE": {
"description": "Optional: start message of bot, use HTML parsemode format",
"value": "Hello {mention}\n\nI Can Store Private Files In Specified Channel And Other Users Can Access It From Special Link.",
"required": false
},
"FORCE_SUB_MESSAGE": {
"description": "Optional: Force Sub message of bot, use HTML parsemode format",
"value": "Hello {mention}\n\n<b>You Need To Join In My Channel To Use Me\n\nKindly Please Join Channel</b>",
"required": false
},
"ADMINS": {
"description": "A space separated list of user_ids of Admins, they can only create links",
"value": "",
"required": false
},
"PROTECT_CONTENT": {
"description": "Protect contents from getting forwarded",
"value": "False",
"required": false
},
"FILE_AUTO_DELETE": {
"description": "auto delete in seconds",
"value": "600",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}