forked from AJBotVerse/RequestTrackerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
47 lines (47 loc) · 1.09 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
{
"name" : "RequestTrackerBot",
"description" : "This is RequestTrackerBot and it used for tracking request made by user in a group",
"keywords" : [
"telegram",
"bot",
"heroku",
"python",
"pyrogram",
"app.json",
"app",
"request",
"#request",
"tracker",
"anime",
"movie",
"series",
"webseries"
],
"repository" : "https://github.com/AJTimePyro/RequestTrackerBot",
"env" : {
"BOT_TOKEN" : {
"description" : "Get From https://t.me/BotFather"
},
"API_ID" : {
"description" : "Get From https://my.telegram.org"
},
"API_HASH" : {
"description" : "Get From https://my.telegram.org"
},
"MONGO_STR" : {
"description" : "Get from Mongo DB Atlas"
}
},
"stack" : "heroku-20",
"buildpacks" : [
{
"url" : "heroku/python"
}
],
"formation" : {
"worker" : {
"quantity" : 1,
"size" : "free"
}
}
}