forked from aryazakaria01/PornHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
49 lines (49 loc) · 1.09 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
{
"name": "PornHub Video Downloader",
"description": "Telegram Porn Hub Bot Written In Python Using ARQ API.",
"repository": "https://github.com/aryazakaria01/PornHub",
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/DJCTQ_-_18.svg/1024px-DJCTQ_-_18.svg.png",
"keywords": [
"python",
"telegram",
"bot",
"phub",
"phub bot",
"telegram-bot",
"pyrogram",
"ARQ",
"pornhub",
"API",
"Download"
],
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
}
],
"env": {
"TOKEN": {
"description": "Bot Token of your Telegram Bot from @BotFather",
"required": true
},
"ARQ_API_KEY": {
"description": "Get this from @ARQRobot.",
"required": true
},
"OWNER": {
"description": "your telegram username, without @ okay",
"value": "Badboyanim"
},
"BOT_NAME": {
"description": "fill with your bot name",
"value": "PornHub Video Downloader"
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}