forked from callsmusic/tgvc-userbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 920 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 920 Bytes
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
{
"name": "Telegram Voice Chat Music Player UserBot (tgvc-userbot)",
"description": "Telegram UserBot to Play Audio in Telegram Voice Chats",
"repository": "https://github.com/dashezup/tgvc-userbot",
"logo": "https://i.imgur.com/I1jB4i5.jpg",
"keywords": [
"tgvc-userbot",
"telegram",
"userbot",
"voicechat",
"music",
"python",
"pyrogram",
"pytgcalls",
"tgcalls",
"voip"
],
"stack": "container",
"env": {
"API_ID": {
"description": "api_id part of your Telegram API Key from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "api_hash part of your Telegram API Key from my.telegram.org/apps",
"required": true
},
"SESSION_NAME": {
"description": "Session string, read the README to learn how to export it with Pyrogram",
"required": true
}
}
}