forked from TheHamkerCat/Telegram_VC_Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 loc) · 1.35 KB
/
app.json
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
43
44
45
46
47
48
49
50
{
"name": "Telegram Voice Chat Bot",
"description": "Telegram Voice-Chat Bot Written In Python Using Pytgcalls & Pyrogram.",
"repository": "https://github.com/thehamkercat/Telegram_VC_Bot",
"logo": "https://i.imgur.com/8S8NVy0.png",
"keywords": [
"python",
"telegram",
"bot",
"voicechat",
"youtube",
"telegram-bot",
"pyrogram",
"pytgcalls",
"tgcalls",
"jiosaavn",
"telegram-vcbot",
"telegram-musicbot"
],
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"env": {
"API_ID": {
"description": "API_ID of your Telegram Account my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "API_HASH of your Telegram Account my.telegram.org/apps",
"required": true
},
"SESSION_STRING": {
"description": "Session string, Check the readme if you don't know how to get this.",
"required": true
},
"SUDO_CHAT_ID": {
"description": "ID of your chat in which you want the bot to play music, Ex- -1001485393652",
"required": true
},
"SUDOERS": {
"description": "Users which have special control over the bot, Separated by space.",
"required": true
}
}}