-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathapp.json
More file actions
44 lines (44 loc) · 1.44 KB
/
Copy pathapp.json
File metadata and controls
44 lines (44 loc) · 1.44 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
43
44
{
"name": "AnonX Music",
"description": "A Telegram Music Player Bot, written in Python with Pyrogram and Py-Tgcalls.",
"logo": "https://te.legra.ph/file/b8a0c1a00db3e57522b53.jpg",
"keywords": ["python3", "telegram", "bot", "music-bot"],
"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
},
"BOT_TOKEN": {
"description": "A Bot's token from Botfather",
"value": "",
"required": true
},
"MONGO_URL": {
"description": "Get a mongodb url from https://cloud.mongodb.com.",
"value": "",
"required": true
},
"LOGGER_ID": {
"description": "Your log group ID, add your bot there and promote as an admin.",
"value": "",
"required": true
},
"OWNER_ID": {
"description": "The user id of user whom you would like to add as OWNER.",
"value": "",
"required": true
},
"SESSION": {
"description": "A Pyrogram v2 String Session from @StringFatherBot on Telegram.",
"value": "",
"required": true
}
}
}