-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
68 lines (68 loc) · 2.45 KB
/
app.json
File metadata and controls
68 lines (68 loc) · 2.45 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
{
"name": "PʏʀᴏGʀᴀᴍ Sᴇssɪᴏɴ",
"description": "A sᴜᴘᴇʀʙ ʙᴏᴛ ᴛᴏ ɢᴇɴᴇʀᴀᴛᴇ PʏʀᴏGʀᴀᴍ Sᴇssɪᴏɴ ғᴏʀ ʏᴏᴜʀ Tᴇʟᴇɢʀᴀᴍ Aᴄᴄᴏᴜɴᴛ ɪɴ ᴀɴ ᴇᴀsʏ ᴡᴀʏ. 𝑷𝒐𝒘𝒆𝒓𝒆𝒅 𝒃𝒚 𝑼𝒍𝒕𝒓𝒐𝒏𝑹𝒐𝑩𝒐",
"logo": "https://telegra.ph/file/fb740e97c0ab3215a2059.png",
"keywords": [
"pyrogram",
"telegram",
"ultron",
"bot",
"python",
"session"
],
"success_url": "https://github.com/UltronRoBo/PyroGramSession/",
"website": "https://github.com/UltronRoBo/PyroGramSession/",
"repository": "https://github.com/UltronRoBo/PyroGramSession/",
"env": {
"WEBHOOK": {
"description": "Setting this to ANYTHING, will enable webhooks, when in env mode",
"value": "ANYTHING"
},
"TOKEN": {
"description": "Your Bot Token, as a String. Get it from @BotFather on Telegram",
"value": ""
},
"API_ID": {
"description": "Your Telegram Account's API ID. Get it from https://my.telegram.org/",
"value": ""
},
"API_HASH": {
"description": "Your Telegram Account's API HASH. Get it from https://my.telegram.org/",
"value": ""
},
"APP_NAME": {
"description": "Your Heroku App Name, that you just entered at the Top of the page",
"value": ""
},
"HEROKU_API": {
"description": "Your Heroku Account's API KEY. Get it from https://dashboard.heroku.com/account/",
"value": ""
},
"SUPPORT": {
"description": "Your Bot's Support Channel, that you want the users to join in order to use your Session Generator. Make sure that you don't put @ in it",
"value": "UltronSupport"
},
"SUPPORT_GROUP": {
"description": "Your Bot's Support Group, where the users can join and bother you about bugs/errors in the Session Generator. Make sure that you don't put @ in it",
"value": "UltronSupportChat"
},
"BANNED": {
"description": "List of User IDs (separated by a space if more than 1), that you want to be banned, so that they can't access to your Session Generator.",
"value": "1883752632 1698803654 1781874715 1712612576 1815892895 1622398047 1669570166"
}
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}