Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrhannstz authored Nov 7, 2024
1 parent 01886ce commit 075dd63
Show file tree
Hide file tree
Showing 13 changed files with 486,634 additions and 175 deletions.
15,199 changes: 15,189 additions & 10 deletions Dockerfile

Large diffs are not rendered by default.

15,186 changes: 15,186 additions & 0 deletions Procfile

Large diffs are not rendered by default.

173 changes: 62 additions & 111 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,123 +1,74 @@

{
"name":"BONIPHACE-MD UPDATE BY ME",
"description":"Best WhatsApp Bot Developed By Boniphace Tech Contact me 255716661569, Thank you for choose BONIPHACE-MD",
"keywords":["bot","node","baileys","whatsapp"],
"logo":"https://files.catbox.moe/b8dokx.jpeg",
"repository":"https://github.com/boniphace478/BONIPHACE-MD",
"succes_url":"/",
"stack":"container",

"name": "HANS MD",
"description": "Best Whatsapp bot made by Hans Tz",
"logo":"https://i.imgur.com/lfqWcEv.jpeg",
"keywords": [
"whatsapp bot"
],
"repository": "",
"stack":"heroku-24",
"env":{
"PREFIX":
{
"description":"choose your prefix of bot",
"value":".",
"required":true
"SESSION_ID": {
"description": "Paste here session id that you have scanned",
"required": true,
"value": ""
},
"AUTO_READ_STATUS":
{
"description":"Your contact status will be read automatically(type yes to active or no to deactive ; don't write in capital letter)",
"value":"yes",
"required":false
}, "AUTO_DOWNLOAD_STATUS":
{
"description":"Your contact status will be download automatically and send to you(type yes to active or no to deactive ; don't write in capital letter)",
"value":"no",
"required":false
}
,
"PM_PERMIT" :
{
"description":"Other user can't use your bot in pm (type yes to active or no to deactive ; don't write in capital letter)",
"value":"no",
"required":true
"MODE": {
"description": "Enter public or private",
"required": true,
"value": "public"
},
"AUTO_STATUS_SEEN": {
"description": "Enter true for autoview status. Or leave blank",
"required": false,
"value": ""
},
"AUTO_READ": {
"description": "Enter true for autoread messages. Or leave blank",
"required": false,
"value": ""
},
"AUTO_TYPING": {
"description": "Enter true for autotype. Or leave blank",
"required": false,
"value": ""
},
"AUTO_RECORDING": {
"description": "Enter true if you want bot to show recording audio. Or leave blank",
"required": false,
"value": ""
},
"ALWAYS_ONLINE": {
"description": "Enter it true if you want bot to show always online. Or leave blank",
"required": false,
"value": ""
},
"AUTO_BLOCK": {
"description": "Enter it true if you want bot to auto block only 212 numbers. Or leave blank",
"required": false,
"value": ""
},
"REJECT_CALL": {
"description": "Enter it true if you want to reject call Or leave blank",
"required": false,
"value": ""

}
,
"BOT_NAME" : {

"description":"put A name for your bot",
"value":"BONIPHACE-MD",
"required":false

} ,
"BOT_MENU_LINKS" : {

"description":"add one or many link for your bot menu ; eg : url1,url2,url3.....",
"value":"https://files.catbox.moe/b8dokx.jpeg",
"required":false

},
"PUBLIC_MODE":
},
"buildpacks": [
{
"description":"type yes to put your bot on public mode or no to put it on private mod",
"value":"no",
"required": true
}
,
"HEROKU_APY_KEY": {
"description": "insert your heroku api-key (this is optionnal)",
"required" :true
"url": "heroku/nodejs"
},
"HEROKU_APP_NAME": {
"description": "insert your heroku APP NAME (this is optionnal)",
"required" :true
}
,
"SESSION_ID":
{
"description":"put your session ID , the code you receive after scanning Qr code",
"value":"",
"required":true

"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
"OWNER_NAME":
{

"desc": "Your Name",
"required": false,
"value": "BONIPHACE TECHπŸ‘‘"
},
"NUMERO_OWNER":
{

"desc": "Your number , dont put '+' and put you area code(exemple of togo '228')",
"required":false,
"value": "255716661569"

},
"WARN_COUNT":
{
"desc": "this is the limit of warn for warning commandes",
"required": false,
"value": "3"
},
"STARTING_BOT_MESSAGE":
{
"description": "if you don't want startting-bot-message put no else put yes",
"required": true,
"value": "no"
},
"PRESENCE":{
"description":"Mark your presence: 1 to indicate that you are online even if you are not. 2 to indicate that you are currently typing a message. 3 to indicate that you are currently recording an audio. Or leave the field blank to indicate your real state.",
"value":"1",
"required": true
},
"ANTI_DELETE_MESSAGE" : {
"description": "if you want to enable anti delete message put yes else put no",
"value": "yes",
"required": true
}
},

"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
},

"addons":[
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"plan":"heroku-postgresql"
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}
}
Loading

0 comments on commit 075dd63

Please sign in to comment.