-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
49 lines (49 loc) · 1.07 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "github-heroku-bot",
"description": "Telegram Bot using Pyrogram",
"repository": "https://github.com/RAJPUT681830/EQUROBOT",
"env": {
"API_ID": {
"description": "Your Telegram API ID",
"required": true
},
"API_HASH": {
"description": "Your Telegram API Hash",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token",
"required": true
},
"BOT_USERNAME": {
"description": "Your Bot Username",
"required": true
},
"OWNER_ID": {
"description": "Your Telegram User ID (Owner)",
"required": true
},
"DEEP_API": {
"description": "Your DEEP API",
"required": true
},
"LOGGER_ID": {
"description": "Your Logger Chat ID",
"required": true
},
"DAXX_API": {
"description": "NEED DAXX_API GO TO @IAM_DAXXBOT",
"required": true
},
"GPT_API": {
"description": "Your GPT API Key",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"stack": "heroku-22"
}