forked from annihilatorrrr/Tg_PHub_Bot-PORN-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
40 lines (40 loc) · 772 Bytes
/
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
{
"name": "Telegram PHub Bot",
"description": "Telegram PHub Bot Written In Python Using ARQ API.",
"repository": "https://github.com/Devangaraj/Tg_Phub_Bot",
"keywords": [
"python",
"telegram",
"bot",
"phub",
"phub bot",
"telegram-bot",
"pyrogram",
"ARQ",
"pornhub",
"API",
"Download"
],
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
}
],
"env": {
"Bot_token": {
"description": "Bot Token of your Telegram Bot from @BotFather",
"required": true
},
"ARQ_API_KEY": {
"description": "Get this from @ARQRobot.",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}