Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethix-xsid/ethix-md-v2
Ethix-MD-V2 is a multi-device WhatsApp bot designed to provide enhanced functionality and automation for WhatsApp users. Developed by Ethix-Xsid, this repository offers an easy-to-deploy solution for integrating with WhatsApp through a bot interface.
https://github.com/ethix-xsid/ethix-md-v2
ethix-md ethix-md-v2 multudevice-whatsap-bot whatsapp-bot
Last synced: about 5 hours ago
JSON representation
Ethix-MD-V2 is a multi-device WhatsApp bot designed to provide enhanced functionality and automation for WhatsApp users. Developed by Ethix-Xsid, this repository offers an easy-to-deploy solution for integrating with WhatsApp through a bot interface.
- Host: GitHub
- URL: https://github.com/ethix-xsid/ethix-md-v2
- Owner: Ethix-Xsid
- Created: 2024-08-31T13:57:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T03:09:37.000Z (10 days ago)
- Last Synced: 2024-11-05T04:18:50.465Z (10 days ago)
- Topics: ethix-md, ethix-md-v2, multudevice-whatsap-bot, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 86
- Watchers: 2
- Forks: 524
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Ethix-MD-V2
## π Getting Started
To get started with Ethix-MD-V2, follow these steps:
### 1. Fork This Repository
Start by forking this repository to your own GitHub account. Click the button below to fork:
### 2. Get Session ID via Pair Code
You'll need a session ID to run the bot. Click the button below to obtain your session ID:
## π Deployment Options
You can deploy the Ethix-MD-V2 bot using two methods: **Heroku** or **Termux**. Choose the method that suits you best.
### Deploy to Heroku
Deploying the bot to Heroku is simple and straightforward. Follow these steps:
1. **Create a Heroku Account:**
If you don't already have a Heroku account, create one by clicking the button below:
2. **Deploy the Bot:**
Once your Heroku account is ready, deploy the bot by clicking the button below:
### Deploy to Termux
You can also deploy the bot directly on your Android device using Termux. Hereβs how:
1. **Install Termux:**
If you don't have Termux installed, download it from the Google Play Store or F-Droid.
- [Google Play Store](https://play.google.com/store/apps/details?id=com.termux)
- [F-Droid](https://f-droid.org/en/packages/com.termux/)2. **Update and Install Required Packages:**
Open Termux and run the following commands to update packages and install required dependencies:
```bash
pkg update && pkg upgrade
pkg install git nodejs -y
```3. **Clone the Repository:**
Clone the forked repository using the following command:
```bash
git clone https://github.com/Ethix-Xsid/Ethix-MD-V2.git
```4. **Navigate to the Project Directory:**
Change into the project directory:
```bash
cd Ethix-MD-V2
```5. **Set the `SESSION_ID` in the `.env` File:**
To set the `SESSION_ID`, you need to create or edit the `.env` file in the project directory.
- **Create/Edit the `.env` File:**
Open (or create) the `.env` file using a text editor like `nano`:
```bash
nano .env
```- **Add the `SESSION_ID` Variable:**
Add the following line to the `.env` file:
```bash
SESSION_ID='your-session-id-here'
```Replace `'your-session-id-here'` with the actual session ID you obtained.
- **Save and Exit:**
If using `nano`, save the changes by pressing `CTRL + X`, then `Y`, and then `Enter` to exit.
6. **Install Node Modules:**
Install the required Node.js modules:
```bash
npm install
```7. **Start the Bot:**
Finally, start the bot with the following command:
```bash
node .
```Make sure to keep Termux open to maintain the bot's operation.
## π Join WhatsApp Group, Channel, and Contact the Owner
Stay connected with the latest updates and community by joining our official WhatsApp group and channel. You can also contact the owner directly.
- **Owner WhatsApp Number:** +919142294671
- *Note:* Please save the owner's number in your contacts before sending a message.- **WhatsApp Channel:** [Join Here](https://whatsapp.com/channel/0029VaWJMi3GehEE9e1YsI1S)
- **WhatsApp Group:** [Join Here](https://chat.whatsapp.com/E3PWxdvLc7ZCp1ExOCkEGp)
-
- **Donate:** [Buy Me A Coffee](buymeacoffee.com/ethixbhai)## β οΈ Reminder
- **Disclaimer:** This bot is not affiliated with `WhatsApp Inc.`. Use it at your own risk.
- Misusing the bot may result in your `WhatsApp` account being banned. Note that you can only unban your account once.
- I am not responsible for any bans or misuse of the bot. Please keep this warning in mind before proceeding.---