forked from TG-UserBot/TG-UserBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
59 lines (59 loc) · 2.21 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "TG-UserBot",
"description": "A modular Telegram UserBot for Python which uses the Telethon library. It is made to help you do your usual client tasks without the hassle and also has some additional useful features.",
"repository": "https://github.com/kandnub/TG-UserBot/",
"logo": "https://i.imgur.com/qctfOGK.png",
"keywords": ["tg-userbot", "telegram-userbot", "userbot", "python"],
"success_url": "https://t.me/tg_userbot_support/",
"stack": "container",
"image": "Dockerfile",
"env": {
"api_key_heroku": {
"description": "Get your API key from https://dashboard.heroku.com/account"
},
"api_id": {
"description": "Get your own Telegram API key from https://my.telegram.org/apps"
},
"api_hash": {
"description": "Get your own Telegram API key from https://my.telegram.org/apps"
},
"redis_endpoint": {
"description": "Get your own free 30 MB databse from https://redislabs.com/"
},
"redis_password": {
"description": "Get your own free 30 MB databse from https://redislabs.com/"
},
"console_logger_level": {
"description": "Logging level to use for Heroku logs.",
"value": "INFO",
"required": false
},
"logger_group_id": {
"description": "The ID of a group if you want the userbot to log everything.",
"required": false
},
"userbot_prefix": {
"description": "If you want to use one specific prefix. Set one.",
"required": false
},
"default_sticker_pack": {
"description": "Default sticker pack to add the new stickers in.",
"value": "auto",
"required": false
},
"default_animated_sticker_pack": {
"description": "Default animated sticker pack to add the new stickers in.",
"value": "auto",
"required": false
},
"api_key_removebg": {
"description": "Get your API key from https://remove.bg/",
"required": false
}
},
"formation": {
"worker": {
"quantity": 1
}
}
}