-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
31 lines (31 loc) · 822 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
{
"name": "Newzery Demo",
"description": "Article2Video messenger bot",
"repository": "https://github.com/rohitner/newzery",
"logo": "https://github.com/rohitner/newzery/blob/master/static/newzery_icon.png",
"keywords": [
"python",
"flask",
"moviepy",
"messenger"
],
"buildpacks": [
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick"
},
{
"url": "heroku/python"
}
],
"env": {
"ACCESS_TOKEN": {
"description": "Acess token of facebook page.",
"value": "ENTER_YOUR_TOKEN_HERE_LATER"
},
"VERIFY_TOKEN": {
"description": "Verify token for webhook.",
"value": "NEWZTOKEN"
}
},
"success_url": "/"
}