video-stream/app.json
2022-01-25 14:32:38 +07:00

101 lines
3.3 KiB
JSON

{
"name": "Video x Music Stream Bot",
"description": "Telegram bot for Streaming Video & Music trought the Telegram Group Video Chat, powered by PyTgCalls and Pyrogram",
"logo": "https://telegra.ph/file/1c41ded2dd871eb36bd7e.png",
"keywords": [
"py-tgcalls",
"telegram bot",
"video stream",
"live stream",
"music stream",
"mongodb",
"pyrogram"
],
"website": "https://t.me/levinachannel",
"repository": "https://github.com/levina-lab/video-stream",
"success_url": "https://t.me/dlwrml",
"env": {
"API_ID": {
"description": "your API_ID from my.telegram.org",
"required": true
},
"API_HASH": {
"description": "your API_HASH from my.telegram.org",
"required": true
},
"BOT_TOKEN": {
"description": "your bot token from @BotFather",
"required": true
},
"BOT_USERNAME": {
"description": "fill with your bot username from @BotFather but without using '@' symbol",
"required": true
},
"BOT_NAME": {
"description": "fill with your bot name from @BotFather",
"required": true
},
"ASSISTANT_NAME": {
"description": "fill with the assistant username account without @",
"required": true
},
"SESSION_NAME": {
"description": "fill with the pyrogram String Session",
"required": true
},
"MONGODB_URL": {
"description": "fill with the mongodb url you created from cloud.mongodb.com (tutorial about how to make it, find it on @VeezSupportGroup)",
"required": true
},
"SUDO_USERS": {
"description": "list of user id to be added to sudo member list, or just fill with your id",
"required": true,
"value": "1757169682"
},
"UPSTREAM_REPO": {
"description": "This is needed for update feature, if you deployed forked repo put your forked repo link here, if not just leave it as it",
"required": true,
"value": "https://github.com/levina-lab/video-stream"
},
"GROUP_SUPPORT": {
"description": "if you have group, then fill the group username here without @",
"required": true,
"value": "VeezSupportGroup"
},
"UPDATES_CHANNEL": {
"description": "if you have channel, then fill the channel username here without @",
"required": true,
"value": "levinachannel"
},
"OWNER_NAME": {
"description": "fill with your telegram account username without @",
"required": true,
"value": "dlwrml"
},
"ALIVE_NAME": {
"description": "fill with your telegram account nickname/name",
"required": true,
"value": "Levina"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
}