-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (38 loc) · 1.22 KB
/
app.json
File metadata and controls
39 lines (38 loc) · 1.22 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
{
"name": "Romeo-Userbot",
"description": "An first Telegram Userbot with multi Clients for Spamming or Mass.",
"keywords": ["pyrogram", "userbot"],
"repository": "https://github.com/RRomeo-RJ/Romeo-UserBot",
"stack": "container",
"env": {
"STRING_SESSION": {
"description": "fill with the program v2 session string from @RJssgBot",
"required": true,
},
"SUDO_USERS": {
"description": "Fill there your I'd go to @MissRose_bot pm and type /id",
"required": true,
"value": "5368154755"
},
"OWNER_ID": {
"description": "Fill there your I'd go to @MissRose_bot pm and type /id",
"required": true,
"value": "5368154755"
},
"BOT_TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
},
"API_ID": {
"description": "Fill there your API_ID",
"required": true,
"value": ""
},
"API_HASH": {
"description": "Fill there your API_HASH",
"required": true,
"value": ""
}
}
}