Hermit-md - Simple whatsapp Multi Device whatsapp bot.
- Hermit-MD is an open-source bot with encrypted source code. We value privacy, and the core functionality is protected from tampering.
- Your session ID, generated via https://hermit-md.adithyan.in.net/session, is encrypted with a secret password and stored securely for 24 hours.
- The session data is only accessible by you. We cannot decrypt it, ensuring full privacy.
- We do not use Pastebin or any other alternatives for storing session data. All session data is securely stored in a PostgreSQL database, which is fully controlled by us, ensuring your data's security and privacy.
- Once the session is initiated, it is saved on your side in encrypted form, and the bot communicates with the server only for error reports, updates, and active user counts.
- No personal data or decrypted sessions are shared via the WebSocket connection.
-
Get DATABASE_URL and copy it
-
Get Render api key
-
Create DATABASE_URL and copy it
-
Get Koyeb API_KEY
- Install NodeJs,ffmpeg
- Installation
npm i -global pm2 git clone https://github.com/A-d-i-t-h-y-a-n/hermit-bot.git cd hermit-bot npm install
- Configuration
echo "VPS = true SESSION_ID = null AUTH_FILE = session SUDO = null PREFIX = . MODE = private LOG_MSG = true" > config.env
- Start
npm start
- Stop
pm2 delete hermit-md
For help visit Github wiki