forked from tuhinpal/WhatsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tuhinpal#27 from cachecleanerjeet/main
Added OCR_SPACE_API_KEY in app.json & Fixed railway deploy url
- Loading branch information
Showing
2 changed files
with
47 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,48 @@ | ||
{ | ||
"name": "Whatsbot", | ||
"description": "Modular Userbot for Whatsapp", | ||
"repository": "https://github.com/TheWhatsBot/WhatsBot", | ||
"logo": "https://telegra.ph/file/96ccad5945c18944c5f15.png", | ||
"keywords": [ | ||
"whatsbot", | ||
"whatsapp-userbot", | ||
"whatsapp-bot", | ||
"whatsapp-userbot", | ||
"whatsapp" | ||
], | ||
"stack": "container", | ||
"env": { | ||
"SESSION": { | ||
"description": "Puppeteer Session. Get it by running genToken.js", | ||
"value": "" | ||
}, | ||
"PMPERMIT_ENABLED": { | ||
"description": "Enable Pmpermit write true or false only", | ||
"value": "true" | ||
}, | ||
"MONGODB_URL": { | ||
"description": "MongoDB URL, Get it for free from cloud.mongodb.com", | ||
"value": "" | ||
}, | ||
"PMPERMIT_MUTETIME": { | ||
"description": "How many seconds an user get muted if he is spamming. Default is 30 Minutes (1800 Secs)", | ||
"value": "1800" | ||
}, | ||
"YT_DATA_API_KEY": { | ||
"description": "Youtube DATA API key, grab it from cloud.google.com", | ||
"value": "" | ||
}, | ||
"DEFAULT_TR_LANG": { | ||
"description": "Default Translation Language", | ||
"value": "en" | ||
}, | ||
"ENABLE_DELETE_ALERT": { | ||
"description": "If true & if someone delete message in PM, Bot will send the deleted message in that chat (Exclude Media)", | ||
"value": "true" | ||
} | ||
"name": "Whatsbot", | ||
"description": "Modular Userbot for Whatsapp", | ||
"repository": "https://github.com/TheWhatsBot/WhatsBot", | ||
"logo": "https://telegra.ph/file/96ccad5945c18944c5f15.png", | ||
"keywords": [ | ||
"whatsbot", | ||
"whatsapp-userbot", | ||
"whatsapp-bot", | ||
"whatsapp-userbot", | ||
"whatsapp" | ||
], | ||
"stack": "container", | ||
"env": { | ||
"SESSION": { | ||
"description": "Puppeteer Session. Get it by running genToken.js", | ||
"value": "" | ||
}, | ||
"PMPERMIT_ENABLED": { | ||
"description": "Enable Pmpermit write true or false only", | ||
"value": "true" | ||
}, | ||
"MONGODB_URL": { | ||
"description": "MongoDB URL, Get it for free from cloud.mongodb.com", | ||
"value": "" | ||
}, | ||
"PMPERMIT_MUTETIME": { | ||
"description": "How many seconds an user get muted if he is spamming. Default is 30 Minutes (1800 Secs)", | ||
"value": "1800" | ||
}, | ||
"YT_DATA_API_KEY": { | ||
"description": "Youtube DATA API key, grab it from cloud.google.com", | ||
"value": "" | ||
}, | ||
"DEFAULT_TR_LANG": { | ||
"description": "Default Translation Language", | ||
"value": "en" | ||
}, | ||
"ENABLE_DELETE_ALERT": { | ||
"description": "If true & if someone delete message in PM, Bot will send the deleted message in that chat (Exclude Media)", | ||
"value": "true" | ||
}, | ||
"OCR_SPACE_API_KEY": { | ||
"description": "Get it from https://ocr.space/OCRAPI", | ||
"value": "" | ||
} | ||
} | ||
} | ||
} |