This repository was archived by the owner on May 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 1.31 KB
/
app.json
File metadata and controls
37 lines (37 loc) · 1.31 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
{
"name": "FileSharingBot",
"description": "A Normal Telegram Bot Which Can Store Private Files and other users access it form shareable link.",
"keywords": ["Telegram","python", "bot","telethon"],
"repository": "https://github.com/Kaif-00z/FileSharingBot",
"stack": "container",
"env": {
"APP_ID": {
"description": "You api id, from my.telegram.org or @apiScrapperRoBot.",
"value": ""
},
"API_HASH": {
"description": "You api hash, from my.telegram.org or @apiScrapperRoBot.",
"value": ""
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather, and enter it's api token here.",
"value": ""
},
"STORAGE_CHANNEL": {
"description": "Create a private group/channel. Add @missrose_bot and your bot + make admin. Do /id. Paste that here",
"value": ""
},
"REDIS_URI": {
"description": "",
"value": "Redis endpoint URL, from redislabs.com"
},
"REDIS_PASSWORD": {
"description": "Redis endpoint password, from redislabs.com",
"value": ""
},
"OWNER_ID": {
"description": "Get ur Id Of Telegram nd Paste Here.",
"value": ""
}
}
}