-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathapp.json
38 lines (38 loc) · 1.05 KB
/
app.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
32
33
34
35
36
37
38
{
"name": "Stream Heroku-Logs",
"description": "A user bot for stat telegram bots online status",
"repository": "https://github.com/AmineSoukara/Stream-HerokuLogs",
"keywords": ["telegram", "heroku", "bot", "Logs"],
"env": {
"BOT_TOKEN": {
"description": "Your BOT_TOKEN from @BotFather"
},
"API_ID": {
"description": "Your APP_ID from https://my.telegram.org/apps "
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps"
},
"OWNER_ID": {
"description": "Owner ID"
},
"ID": {
"description": "Specific chat (Your ID or Channel ID"
},
"LINES": {
"description": "How Mush Lines Do U Want In One Message?"
},
"HEROKU_APP_NAME": {
"description": "Your Heroku Acc #APP-NAME"
},
"HEROKU_API_KEY": {
"description": "Your Heroku Acc #API-KEY"
},
"PROCESS_TYPE": {
"description": "Your Heroku App #PROCESS-TYPE"
},
"AS_DOC": {
"description": "Send Logs As Documents, Default 'False' (Messages)"
}
}
}