-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathapp.json
More file actions
38 lines (38 loc) · 951 Bytes
/
app.json
File metadata and controls
38 lines (38 loc) · 951 Bytes
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
{
"name": "StickerToIMGbot",
"description": "Simple Sticker To Image Bot in Telethon.",
"logo": "https://images.discordapp.net/avatars/224415693393625088/8f6a0ca7e883f87241b02ba8e1328f34.png",
"keywords": [
"telegram",
"torrent",
"plugin",
"telegram-bot",
"productivity"
],
"repository": "https://github.com/DevsExpo/Sticker2Raw",
"website": "starkgang.ml",
"success_url": "t.me/FridayOT",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"BOT_TOKEN": {
"description": "Your Bot Token.",
"value": ""
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}