forked from ITZ-ZAID/ZAID-USERBOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscalingo.json
31 lines (30 loc) · 1004 Bytes
/
scalingo.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
{
"name": "Zaid Userbot",
"description": "An first Telegram Userbot with multi Clients for Spamming or Mass.",
"keywords": ["telegram" "userbot", "Zaid", "pyrogram"],
"repository": "https://github.com/ITZ-ZAID/ZAID-USERBOT",
"stack": "container",
"env": {
"STRING_SESSION1": {
"description": "fill with the pyrogram session string from https://replit.com/@Itz-zaid/pyrogram",
"required": true
},
"MONGO_URL": {
"description": "an mongodb.com Database",
"required": true
},
"SUDO_USERS": {
"description": "Sudo list (user id)",
"required": true
},
"OWNER_ID": {
"description": "fill your I'd (can access all things)",
"required": true
},
"BOT_TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
}
}
}