-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
95 lines (93 loc) · 3.15 KB
/
Copy pathapp.json
File metadata and controls
95 lines (93 loc) · 3.15 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Astro2.0",
"description": "All new Advanced Userbot Built with pyrogram and Python3 with all Advanced features!",
"logo": "",
"keywords": [
"Telegram",
"Userbot",
"Astro",
"Astro2.0",
"pyrogram",
"Python3",
"Advanced"
],
"repository": "https://github.com/AstroUB/Astro2.0",
"Developer": "https://DevAdarsh.me/",
"stack": "container",
"env": {
"API_ID": {
"description": "Please enter your API_ID get yours from my.telegram.org",
"required": true,
"value": ""
},
"API_HASH": {
"description": "Please enter your API_ID get yours from my.telegram.org",
"required": true,
"value": ""
},
"SESSION": {
"description": "Please enter the pyrogram string session for suitable vision: 1.4.9\nUSE: https://replit.com/@DynamicAdi/PyroStringGen",
"required": true,
"value": ""
},
"BOT_TOKEN": {
"description": "Please enter the bot token to activate your assistant bot.\nGet one from USE: https://t.me/BotFather",
"required": true,
"value": ""
},
"HNDLR": {
"description": "Your bot command handler! The deafult one is [dot](.)",
"required": false,
"value": "."
},
"MONGO_DB": {
"description": "Fill your Mongo DB uri to activate Database Get yours from\nhttps://www.mongodb.com/",
"required": true,
"value": ""
},
"SUDO_ID": {
"description": "The integer ID of users to whom you want to assign as Sudo Users!",
"required": false,
"value": ""
},
"DEV": {
"description": "The integer ID of users to whom you want to give full access of your bot",
"required": false,
"value": ""
},
"HEROKU_APP_NAME": {
"description": "Please Enter the same app name which you have filled above!",
"required": true,
"value": ""
},
"HEROKU_API_KEY": {
"description": "This is important to update your bot.\nGet one of your heroku account from\n HERE: ",
"required": true,
"value": ""
},
"TIMEZONE": {
"description": "Your Country Time Zone!\nGet yours from: https://www.timezoneconverter.com/cgi-bin/findzone.tzc",
"required": false,
"value": "Asia/Kolkata"
},
"ALV_PIC": {
"description": "Telegraph link of image/video/gif you want in Alive Message",
"required": false,
"value": ""
},
"ALV_TEXT": {
"description": "Piece of text you want in Alive Message",
"required": false,
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql",
"option": {
"vision": "12"
}
}],
"buildpacks": [{
"url": "heroku/python"
}]
}