Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 4434f7b

Browse files
authored
Create app.json
1 parent 6bd886f commit 4434f7b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

app.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"name": "File To Link Bot",
3+
"logo": "https://telegra.ph//file/03226efb5763203163922.jpg",
4+
"description": "This bot will give permanent Download and Stream links for telegram files",
5+
"keywords": [
6+
"stream",
7+
"download",
8+
"telegram",
9+
"FileToLink",
10+
"bot",
11+
"link"
12+
],
13+
"repository": "https://github.com/Sallat-M/FileToLink",
14+
"env": {
15+
"API_ID": {
16+
"description": "Get it from https://my.telegram.org"
17+
},
18+
"API_HASH": {
19+
"description": "Get it from https://my.telegram.org"
20+
},
21+
"BOT_TOKEN": {
22+
"description": "Get it from @BotFather"
23+
},
24+
"APP_NAME": {
25+
"description": "Copy Paste app name that you type it above"
26+
},
27+
"ARCHIVE_CHANNEL_ID": {
28+
"description": "Create a new channel, post anything in the channel, forward the post to @message_ids_bot, now copy paste chat_forward in this field"
29+
},
30+
"Start_Message": {
31+
"description": "The bot will send this message when user send /start",
32+
"value": "Hello, Send me any file to get download and Stream links"
33+
},
34+
"Session_String": {
35+
"description": "[Optional] Pyrogram Session String, use session_generator.py to generate it, If you don't add it the bot will create a new session every Restarting.",
36+
"required": false
37+
},
38+
"Bot_Channel_UserName": {
39+
"description": "[Optional] The UserName of any channel to force users to join it before using the bot, Make sure to make the bot admin in this channel",
40+
"required": false
41+
}
42+
},
43+
"stack": "heroku-20",
44+
"formation": {
45+
"web": {
46+
"quantity": 1,
47+
"size": "free"
48+
}
49+
}
50+
}

0 commit comments

Comments
 (0)