forked from odysseusmax/utube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (48 loc) · 1.19 KB
/
Copy pathapp.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"name": "YoutubeUploadBot",
"description": "Telegram to YouTube Uploader Bot",
"repository": "https://github.com/odysseusmax/utube",
"logo": "https://github.com/odysseusmax/utube/blob/master/ss/logo.jpeg",
"keywords": ["telegram", "youtube", "uploader"],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token.",
"value": ""
},
"SESSION_NAME": {
"description": "Your Bot's username.",
"value": "youtubeitbot",
"required":false
},
"API_ID": {
"description": "Your API_ID, Refer project docs.",
"value": ""
},
"API_HASH": {
"description": "Your API_ID, Refer project docs.",
"value": ""
},
"CLIENT_ID": {
"description": "Your Google CLIENT_ID, Refer project docs.",
"value": ""
},
"CLIENT_SECRET": {
"description": "Your Google CLIENT_SECRET, Refer project docs.",
"value": ""
},
"BOT_OWNER": {
"description": "Your Telegram id.",
"value": ""
},
"AUTH_USERS": {
"description": "Telegram id of authorised users, separated by comma",
"value": "",
"required":false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}