Files
FileStreamBot/app.json

95 lines
3.1 KiB
JSON
Raw Normal View History

{
2021-05-07 13:57:44 +05:30
"name": "Avi-FileStreamBot",
"description": "A Pyrogram Telegram bot to Stream Telegram files to web. @Avishkarpatil",
2021-04-18 22:13:54 +05:30
"keywords": [
"telegram",
"stream",
"web",
"pyrogram",
"aiohttp",
"python",
"plugin",
"modular",
"media"
],
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",
2022-01-02 19:22:16 +05:30
"website": "avipatilweb.ml",
2021-04-18 22:13:54 +05:30
"env": {
"ENV": {
"description": "Set this to True if you don't want to crash the bot",
"value": "True"
},
2021-04-18 22:13:54 +05:30
"APP_NAME": {
"description": "Copy-Paste the app name that you just typed above."
},
"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"
},
"BIN_CHANNEL": {
"description": "The BIN Channel ID. Read the readme for more info about this var"
2021-05-24 18:01:05 +05:30
2021-04-18 22:13:54 +05:30
},
2021-04-20 15:14:57 +06:00
"DATABASE_URL": {
"description": "MongoDB URI for saving User IDs when they first Start the Bot. We will use that for Broadcasting to them. I will try to add more features related with Database. If you need help to get the URI you can ask in Support Group: https://t.me/linux_repo"
},
"OWNER_ID": {
"description": "Your Telegram User ID"
},
"BANNED_CHANNELS": {
"description": "Put IDs of Banned Channels where bot will not work. You can add multiple IDs & separate with Space.",
"required": false
},
"UPDATES_CHANNEL": {
"description": "Put a Public Channel Username, so every user have to Join that channel to use the bot. Must add bot to channel as Admin to work properly.",
2021-06-04 19:27:38 +05:30
"required": false
2021-05-24 18:01:05 +05:30
2021-04-20 15:14:57 +06:00
},
2021-04-18 22:13:54 +05:30
"SLEEP_THRESHOLD": {
"description": "Floodwait Sleep timer. Read the readme for more info about this var",
"required": false
},
"WORKERS": {
"description": "No. of workers that is to be assigned. Read the readme for more info about this var",
"required": false
},
"PORT": {
"description": "Port that you want your webapp to be listened to. Read the readme for more info about this var",
"required": false
},
"NO_PORT": {
"description": "If you don't want your port to be displayed. Read the readme for more info about this var",
"value": "False",
"required": false
},
"BIND_ADRESS": {
"description": "Read the readme for more info about this var",
"required": false
},
"FQDN": {
"description": "Read the readme for more info about this var",
"required": false
2021-04-20 15:14:57 +06:00
},
"SESSION_NAME": {
2021-05-24 18:01:05 +05:30
"description": " Session Name for Bot [ Add AvishkarPatil ]",
2021-04-20 15:14:57 +06:00
"required": false
2021-04-20 16:57:48 +06:00
}
2021-04-18 22:13:54 +05:30
},
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
2021-04-18 22:13:54 +05:30
}
2021-04-20 16:57:48 +06:00
}