video-stream/app.json

95 lines
2.8 KiB
JSON
Raw Normal View History

2021-09-09 01:18:24 +00:00
{
2021-11-03 11:54:59 +00:00
"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",
2021-09-09 01:18:24 +00:00
"keywords": [
"pytgcalls",
"telegram bot",
2021-11-03 11:54:59 +00:00
"video stream",
"pyrogram"
2021-09-09 01:18:24 +00:00
],
"website": "https://t.me/levinachannel",
"repository": "https://github.com/levina-lab/video-stream",
"success_url": "https://t.me/dlwrml",
"env": {
"API_ID": {
2021-11-03 11:54:59 +00:00
"description": "your API_ID from my.telegram.org",
2021-09-09 01:18:24 +00:00
"required": true
},
"API_HASH": {
"description": "your API_HASH from my.telegram.org",
"required": true
},
"BOT_TOKEN": {
2021-11-03 11:54:59 +00:00
"description": "your bot token from @BotFather",
2021-09-09 01:18:24 +00:00
"required": true
},
"BOT_USERNAME": {
2021-11-03 11:54:59 +00:00
"description": "your bot username from @BotFather",
2021-09-09 01:18:24 +00:00
"required": true
},
2021-10-26 15:03:46 +00:00
"BOT_NAME": {
2021-11-03 11:54:59 +00:00
"description": "fill with your bot name from @BotFather",
2021-10-26 15:03:46 +00:00
"required": true
},
2021-09-09 01:18:24 +00:00
"ASSISTANT_NAME": {
"description": "fill with the assistant username account without @",
"required": true
},
"SESSION_NAME": {
"description": "fill with the pyrogram String Session",
"required": true
},
"SUDO_USERS": {
2021-11-03 11:54:59 +00:00
"description": "list of user ids to be added to sudo member list, or just fill with your id",
2021-09-09 01:18:24 +00:00
"required": true
},
2021-10-26 15:01:01 +00:00
"GROUP_SUPPORT": {
2021-11-03 11:54:59 +00:00
"description": "if you have group, then fill the group username here without @",
"required": true,
"value": "VeezSupportGroup"
},
2021-10-26 15:01:01 +00:00
"UPDATES_CHANNEL": {
2021-11-03 11:54:59 +00:00
"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 @",
2021-11-03 11:54:59 +00:00
"required": true,
"value": "dlwrml"
2021-10-26 15:01:01 +00:00
},
"ALIVE_NAME": {
2021-11-03 11:54:59 +00:00
"description": "fill with your telegram account nickname/name",
"required": true,
"value": "Levina"
2021-09-09 01:18:24 +00:00
}
},
2021-11-14 11:36:41 +00:00
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12
}
}
],
2021-09-09 01:18:24 +00:00
"buildpacks": [
{
"url": "heroku/python"
},
2021-09-13 11:04:52 +00:00
{
"url": "heroku/nodejs"
},
2021-09-09 01:18:24 +00:00
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
2021-09-09 01:18:24 +00:00
}