-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
48 lines (48 loc) · 1.28 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
{
"name": "Crowgram",
"description": "Crowgram is a powerful, advanced, multi-featured Telegram userbot.",
"logo": "https://telegra.ph/file/95ea921aa5b01e3b9c91e.png",
"keywords": [
"userbot",
"plugins",
"modules",
"music",
"crowgram"
],
"repository": "https://github.com/AdityaHalder/Crowgram",
"env": {
"API_ID": {
"description": "Enter your api id here.",
"value": "",
"required": true
},
"API_HASH": {
"description": "Enter your api hash here.",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Enter your bot token here",
"value": "",
"required": true
},
"STRING_SESSION": {
"description": "Enter your pyrogram v2 string session here.",
"value": "",
"required": true
},
"LOG_GROUP_ID": {
"description": "Enter your private log group id here.",
"value": "",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}