zimbot-v4
Version:
Multi device wa bot created by Zim Bot Inc.
37 lines (35 loc) • 1.1 kB
JSON
{
"name": "Zim Bot Inc",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/zim-bot/zimbot-v2",
"logo": "",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"stack": "container",
"addons": [{
"plan": "heroku-postgresql"
}],
"env": {
"HEROKU_APP_NAME": {
"description": "Heroku app name, same as above entered",
"required": true
},
"HEROKU_API_KEY": {
"description": "Heroku account api key, https://dashboard.heroku.com/account",
"required": true
}
},
"buildpacks": [
{
"url": "heroku-community/apt"
},
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}