forked from m4mallu/clonebot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
executable file
·32 lines (32 loc) · 1.13 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
{
"name": "clonebot-ui",
"description": "Telegram's best Open Source ALL-In-One Multi Purpose RoBot. Create your Fork now.",
"keywords": ["telegram", "best", "Media", "cloning", "copying", "robot"],
"logo": "https://cdn.dribbble.com/users/1658045/screenshots/4999712/clonelogo-01.png",
"website": "https://github.com/m4mallu/conebot",
"repository": "https://github.com/Your-Fork-URL",
"env": {
"APP_ID": {"description": "Get this value from https://my.telegram.org", "required": true},
"API_HASH": {"description": "Get this value from https://my.telegram.org" , "required": true},
"TG_BOT_TOKEN": {"description": "Get Bot Token From BotFather Bot","required": true},
"TG_USER_SESSION": {"description": "String Session from an admin user. Go to: t.ly/GxsB ","required": true},
"ENV": {"description": "Set this to ANYTHING","value": "ANYTHING"}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}