forked from odysseusmax/bug-free-broccoli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 979 Bytes
/
Copy pathapp.json
File metadata and controls
32 lines (32 loc) · 979 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
{
"name": "Bot-Status",
"description": "A user bot for stat telegram bots online status",
"repository": "https://github.com/shambhu23/Bot-Status-UserBot",
"keywords": ["telegram", "bot status", "user bot"],
"env": {
"API_ID": {
"description": "Your APP_ID from https://my.telegram.org/apps "
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps"
},
"BOT_OWNER": {
"description": "Your username without '@'"
},
"BOTS": {
"description": "Your all bots username without '@' with a space 1 to another"
},
"UPDATE_CHANNEL": {
"description": "Your channel username without '@'"
},
"STATUS_MESSAGE_ID": {
"description": "Message id of your channel bot status message"
},
"TIME": {
"description": "Time for sleeping (in minutes)"
},
"SESSION_STRING":{
"description": "Your session strings from https://t.me/StringSessionGen_Bot"
}
}
}