-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
74 lines (74 loc) · 2.59 KB
/
app.json
File metadata and controls
74 lines (74 loc) · 2.59 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
73
74
{
"name": "Anime Sharing Bot",
"description": "file sharing bot store posts and it can access by special links",
"keywords": [
"telegram",
"file",
"sharing"
],
"repository": "https://github.com/Awesome-Gtashxd/Anime-Share-Bot",
"logo": "https://ibb.co/FgPVtzw",
"env": {
"TG_BOT_TOKEN": {
"description": "Your Bot token, Get it from @Botfather",
"value": "7346321639:AAHPtazZhkAPtOB6KHOozCTDRaoLZqp_0KY"
},
"OWNER_ID": {
"description": "An integer of consisting of your owner ID",
"value": "1250450587"
},
"APP_ID":{
"description": "your app id, take it from my.telegram.org",
"value": "7623447"
},
"DATABASE_URL": {
"description": "Paste your mongo db url",
"value": "mongodb+srv://RAICHU07:TheAltron@cluster0.fnxn8cv.mongodb.net/?retryWrites=true&w=majority"
},
"DATABASE_NAME":{
"description": "Enter your DATABASE_NAME ",
"value": "filesharexbot"
},
"API_HASH":{
"description": "your api hash, take it from my.telegram.org",
"value": "e02d7f441208afa97fccf72517c14a10"
},
"CHANNEL_ID":{
"description": "make a channel (database channel), then make the bot as admin in channel, and it's id",
"value": "-1002125457668"
},
"FORCE_SUB_CHANNEL":{
"description": "id of the channel or group, if you want enable force sub feature else put 0",
"value": "0"
},
"START_MESSAGE": {
"description": "Optional: start message of bot, use HTML parsemode format",
"value": "𝖧𝖾𝗅𝗅𝗈, 𝖨𝗍'𝗌 𝖠𝗇𝗂𝗆𝖾 𝖢𝗋𝖾𝖺𝗆𝗒\n\n𝖨 𝖺𝗆 𝖺 𝖯𝗋𝗂𝗏𝖺𝗍𝖾 𝖥𝗂𝗅𝖾 𝖲𝗁𝖺𝗋𝗂𝗇𝗀 𝖻𝗈𝗍 𝗈𝖿 𝖠𝗇𝗂𝗆𝖾 𝖢𝗋𝖾𝖺𝗆𝗒/n𝖬𝗒 𝖬𝖺𝗌𝗍𝖾𝗋: @AwesomeXGtash"
},
"FORCE_SUB_MESSAGE": {
"description": "Optional: Force Sub message of bot, use HTML parsemode format",
"value": "𝖧𝖾𝗅𝗅𝗈, 𝖨𝗍'𝗌 𝖠𝗇𝗂𝗆𝖾 𝖢𝗋𝖾𝖺𝗆𝗒\n\n<b>𝖩𝗈𝗂𝗇 𝖬𝗒 𝖢𝗁𝖺𝗇𝗇𝖾𝗅𝗌 𝖳𝗈 𝖴𝗌𝖾 𝖬𝖾!</b>"
},
"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
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}