2021-04-17 19:26:26 +05:30
|
|
|
{
|
2023-12-10 03:22:07 +05:30
|
|
|
"name": "FileStreamBot",
|
|
|
|
|
"description": "A Telegram Bot to Convert Telegram Files To Direct & Streamable Links.",
|
2021-04-18 22:13:54 +05:30
|
|
|
"keywords": [
|
2023-12-10 03:22:07 +05:30
|
|
|
"telegram",
|
|
|
|
|
"files",
|
|
|
|
|
"stream"
|
2021-04-18 22:13:54 +05:30
|
|
|
],
|
2021-04-22 12:00:36 +05:30
|
|
|
"repository": "https://github.com/avipatilpro/FileStreamBot/",
|
2021-04-18 22:13:54 +05:30
|
|
|
"success_url": "/",
|
2021-06-04 19:29:12 +05:30
|
|
|
"logo": "https://i.ibb.co/ZJzJ9Hq/link-3x.png",
|
2021-04-18 22:13:54 +05:30
|
|
|
"env": {
|
2023-12-10 03:22:07 +05:30
|
|
|
"ENV": {
|
|
|
|
|
"description": "Set this to True if you don't want to crash the bot",
|
|
|
|
|
"value": "True"
|
|
|
|
|
},
|
|
|
|
|
"API_ID": {
|
|
|
|
|
"description": "Get this value from https://my.telegram.org"
|
|
|
|
|
},
|
|
|
|
|
"API_HASH": {
|
|
|
|
|
"description": "Get this value from https://my.telegram.org"
|
|
|
|
|
},
|
|
|
|
|
"BOT_TOKEN": {
|
|
|
|
|
"description": "Get this value from @BotFather"
|
|
|
|
|
},
|
|
|
|
|
"LOG_CHANNEL": {
|
|
|
|
|
"description": "The BIN Channel ID. Read the readme for more info about this var"
|
|
|
|
|
},
|
|
|
|
|
"OWNER_ID": {
|
|
|
|
|
"description": "Your Telegram User ID as Owner"
|
|
|
|
|
},
|
|
|
|
|
"DATABASE_URL": {
|
|
|
|
|
"description": "MongoDB URI for saving User Data and Files List created by user."
|
|
|
|
|
},
|
|
|
|
|
"AUTH_USERS": {
|
2024-01-06 15:16:14 +05:30
|
|
|
"description": "Put IDs of Auth Usrs where bot will work. You can add multiple IDs & separate with Space.",
|
2023-12-10 03:22:07 +05:30
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"UPDATES_CHANNEL": {
|
|
|
|
|
"description": "Channel Username without `@` to set channel as Update Channel",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"FORCE_UPDATES_CHANNEL": {
|
|
|
|
|
"description": "Set to True, so every user have to Join update channel to use the bot.",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"SLEEP_THRESHOLD": {
|
|
|
|
|
"description": "Set global flood wait threshold, auto-retry requests under 60s. ",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"PING_INTERVAL": {
|
|
|
|
|
"description": " Heroku ping interval (ms), defaults to 1200 (20 minutes).",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"WORKERS": {
|
|
|
|
|
"description": "No. of workers that is to be assigned.",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"PORT": {
|
|
|
|
|
"description": "The port that you want your webapp to be listened to",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"NO_PORT": {
|
|
|
|
|
"description": "If you don't want your port to be displayed. Set True or False",
|
|
|
|
|
"value": "True",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"HAS_SSL": {
|
|
|
|
|
"description": "(can be either True or False) If you want the generated links in https format.",
|
|
|
|
|
"value": "True",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"KEEP_ALIVE": {
|
|
|
|
|
"description": "Self-ping server every PING_INTERVAL sec to avoid sleeping",
|
|
|
|
|
"value": "True",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"BIND_ADRESS": {
|
|
|
|
|
"description": "Your server bind adress. Defauls to 0.0.0.0",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"FQDN": {
|
|
|
|
|
"description": "Heroku app Link without http/s, you can set later. its required",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"SESSION_NAME": {
|
|
|
|
|
"description": "Name for the Database created on your MongoDB. Defaults to FileStream",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"IMAGE_FILEID": {
|
|
|
|
|
"description": "To set Image at /files command. Defaults to pre-set image.",
|
|
|
|
|
"required": false
|
|
|
|
|
},
|
|
|
|
|
"MODE": {
|
|
|
|
|
"description": "Should be set to `secondary` if you only want to use the server for serving files.",
|
|
|
|
|
"required": false
|
|
|
|
|
}
|
2021-04-18 22:13:54 +05:30
|
|
|
},
|
2023-12-10 03:22:07 +05:30
|
|
|
"buildpacks": [
|
|
|
|
|
{
|
2021-04-18 22:13:54 +05:30
|
|
|
"url": "heroku/python"
|
2023-12-10 03:22:07 +05:30
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"stack": "heroku-22",
|
2021-04-18 22:13:54 +05:30
|
|
|
"formation": {
|
2023-12-10 03:22:07 +05:30
|
|
|
"web": {
|
|
|
|
|
"quantity": 1,
|
|
|
|
|
"size": "eco"
|
|
|
|
|
}
|
2021-04-18 22:13:54 +05:30
|
|
|
}
|
2021-04-20 16:57:48 +06:00
|
|
|
}
|