{ "name": "Yukki Music Bot", "description": "Telegram Group Calls streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.", "logo": "https://telegra.ph/file/c0e014ff34f34d1056627.png", "keywords": [ "python3", "telegram", "bot", "Yukki", "YukkiMusicBot", "telegram-bot", "pyrogram" ], "stack": "container", "env": { "API_ID": { "description": "Get this value from https://my.telegram.org", "value": "", "required": true }, "API_HASH": { "description": "Get this value from https://my.telegram.org", "value": "", "required": true }, "AUTO_LEAVING_ASSISTANT": { "description": "If you want your assistant to leave all chats automatically after some time.", "value": "True", "required": false }, "BOT_TOKEN": { "description": "A Bot's token from Botfather", "value": "", "required": true }, "MONGO_DB_URI": { "description": "Get a mongodb url from https://cloud.mongodb.com . You can leave it blank if you want , bot will use Yukki's database for you.", "value": "", "required": true }, "MUSIC_BOT_NAME": { "description": "A name for your Music Bot. Please don't use ascii characters", "value": "", "required": true }, "OWNER_ID": { "description": "The user id(s) of user(s) whom you would like to add as a OWNER. Multiple values shall be seperated with a space.", "value": "", "required": true }, "STRING_SESSION": { "description": "A Pyrogram String Session. One Assistant is Compulsory.", "value": "", "required": true }, "HEROKU_API_KEY": { "description": "Your Heroku account's API key", "value": "", "required": false }, "HEROKU_APP_NAME": { "description": "Your heroku app/bot's name", "value": "", "required": false }, "LOG_GROUP_ID": { "description": "Your Log Group ID, add your bot and promote as an admin with full rights!. Use only Group. Please don't use Channel ID.", "value": "", "required": true }, "UPSTREAM_REPO": { "description": "If you dont know this, Leave as it is", "value": "https://github.com/TeamYukki/YukkiMusicBot", "required": true }, "UPSTREAM_BRANCH": { "description": "Upstream Repo's Branch Name", "value": "master", "required": true } }, "buildpacks": [ { "url": "heroku/python" }, { "url": "heroku/nodejs" }, { "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" } ], "formation": { "worker": { "quantity": 1, "size": "free" } } }