-
Notifications
You must be signed in to change notification settings - Fork 469
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (42 loc) · 1.33 KB
/
Copy pathapp.json
File metadata and controls
42 lines (42 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Kust Music Bot",
"description": "🎧 Kust Music — Free Telegram VC music bot that runs on Render, Koyeb, Railway & Heroku easily!",
"repository": "https://github.com/kustbots/kustmusic",
"logo": "https://telegra.ph/file/d02b81736a7e9519c6386.jpg",
"keywords": ["telegram", "music", "bot", "vc", "python"],
"stack": "container",
"env": {
"API_ID": {
"description": "Your Telegram API_ID from https://my.telegram.org",
"required": true
},
"API_HASH": {
"description": "Your Telegram API_HASH from https://my.telegram.org",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram bot token from @BotFather",
"required": true
},
"ASSISTANT_SESSION": {
"description": "Pyrogram string session for assistant account",
"required": true
},
"OWNER_ID": {
"description": "Your Telegram user ID (integer)",
"required": true
},
"SEARCH_API_URL": {
"description": "Search API URL (leave blank to use default)",
"required": false
},
"DOWNLOAD_API_BASE": {
"description": "Download API base URL (leave blank to use yt-dlp)",
"required": false
},
"YOUTUBE_COOKIES": {
"description": "Paste your YouTube cookies here (optional, for bypassing rate limits)",
"required": false
}
}
}