Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-chian/megumin-bot-md

๐Ÿ’ฅ๐—›๐—ผ๐—น๐—ฎ ๐—ฏ๐—ถ๐—ฒ๐—ป๐˜ƒ๐—ฒ๐—ป๐—ถ๐—ฑ๐—ผ ๐—ฎ ๐— ๐—ฒ๐—ด๐˜‚๐—บ๐—ถ๐—ป-๐—•๐—ผ๐˜. ๐—˜๐˜€๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐—บ๐—ผ๐˜€ ๐—พ๐˜‚๐—ฒ ๐˜๐—ฒ ๐—ด๐˜‚๐˜€๐˜๐—ฒ ๐˜† ๐—ป๐—ผ๐˜€ ๐—ฟ๐—ฒ๐—ด๐—ฎ๐—น๐—ฒ๐˜€ ๐˜‚๐—ป๐—ฎ ๐—ฒ๐˜€๐˜๐—ฟ๐—ฒ๐—น๐—น๐—ฎ๐ŸŒŸ
https://github.com/david-chian/megumin-bot-md

bot megumin whatsapp-bot

Last synced: 5 days ago
JSON representation

๐Ÿ’ฅ๐—›๐—ผ๐—น๐—ฎ ๐—ฏ๐—ถ๐—ฒ๐—ป๐˜ƒ๐—ฒ๐—ป๐—ถ๐—ฑ๐—ผ ๐—ฎ ๐— ๐—ฒ๐—ด๐˜‚๐—บ๐—ถ๐—ป-๐—•๐—ผ๐˜. ๐—˜๐˜€๐—ฝ๐—ฒ๐—ฟ๐—ฎ๐—บ๐—ผ๐˜€ ๐—พ๐˜‚๐—ฒ ๐˜๐—ฒ ๐—ด๐˜‚๐˜€๐˜๐—ฒ ๐˜† ๐—ป๐—ผ๐˜€ ๐—ฟ๐—ฒ๐—ด๐—ฎ๐—น๐—ฒ๐˜€ ๐˜‚๐—ป๐—ฎ ๐—ฒ๐˜€๐˜๐—ฟ๐—ฒ๐—น๐—น๐—ฎ๐ŸŒŸ

Awesome Lists containing this project

README

        

Megumin Bot - MD ๐Ÿ’ฅ


๐Ÿ’ฃ WhatsApp Bot Node-Js.

[![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&color=FF0000&lines=Bienvenido+al+Repositorio;Megumin+-+Bot+-+MD;Gracias+por+preferirnos;Creado+por+David+Chian;๐Ÿ’ฅ+BOOM!!!;๐Ÿ”ฅ)](https://git.io/typing-svg)
![Megumin](https://telegra.ph/file/b8170842d84523340c674.jpg)

---

### **`โ•๏ธ Informaciรณn importante`**

๐ŸŒน Info Bot

* Este proyecto **no estรก afiliado de ninguna manera** con `WhatsApp`, `Inc. WhatsApp` es una marca registrada de `WhatsApp LLC`, y este bot es un **desarrollo independiente** que **no tiene ninguna relaciรณn oficial con la compaรฑรญa**.

---

### **`๐Ÿ’ญ Contรกctanos`**

๐Ÿ’ฃ Contรกctos

* [email protected]
* https://wa.me/5493876432076
* https://wa.me/5351524614

---

### **`โ˜๏ธ Vortexus Cloud ๐Ÿš€`**

:paperclip: Enlaces Importantes

- **Pagina Principal:** [`Aquรญ`](https://vortexuscloud.com)
- **Grupo - Soporte:** [`Aquรญ`](https://chat.whatsapp.com/DSs6k5EnzzE2FeFrTj3Fao)

---

#### **`๐Ÿš€ Instalaciรณn por termux`**

๐ŸŒธ Comandos

#### **โœจ๏ธ Instalaciรณn automatica por termux**

> Copia los cรณdigos uno por uno, no los pegues todos juntos a la vez.

```bash
termux-setup-storage
```

```bash
apt update -y && yes | apt upgrade && pkg install -y bash wget mpv && wget -O - https://raw.githubusercontent.com/David-Chian/Megumin-Bot-MD/master/megu.sh | bash
```

#### **๐ŸŒบ Instalaciรณn manual por termux**

```bash
termux-setup-storage
```

```bash
apt-get update -y && apt-get upgrade -y
```

```bash
pkg install -y git nodejs ffmpeg imagemagick && pkg install yarn
```

```bash
git clone https://github.com/David-Chian/Megumin-Bot-MD && cd Megumin-Bot-MD
```

```bash
yarn install
```

```bash
npm install
```

```bash
npm start
```

---

#### **๐ŸŸข Activar en caso de detenerse en termux**

Si despuรฉs de instalar el bot en Termux se detiene (pantalla en blanco, pรฉrdida de conexiรณn a Internet, reinicio del dispositivo), sigue estos pasos:

1. Abre Termux y navega al directorio del bot:
```bash
cd Megumin-Bot-MD
```

2. Inicia el bot nuevamente:
```bash
npm start
```

---

#### **๐Ÿฌ Obtener otro codigo qr en termux**

Si despuรฉs de instalar el bot en Termux y iniciar la session del bot (el numero se va a soporte, se cierra la conexiรณn o demorastes al conectar), sigue estos pasos:

1. Abre Termux y navega al directorio del bot:
```bash
cd Megumin-Bot-MD
```

2. Elimina la carpeta MiniSession:
```bash
rm -rf MeguminSession
```

3. Inicia el bot nuevamente:
```bash
npm start
```

---

### **๐Ÿค– Para activar 24/7 (termux)**

> comando para obtener la bot 24/7 en termux

```bash
npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs
```

---

#### **`๐Ÿ’ฃ Instalaciรณn por cloudshell`**

๐Ÿ’ฅ Comandos

[![blog](https://img.shields.io/badge/Video-Tutorial-FF0000?style=for-the-badge&logo=youtube&logoColor=white)
](https://youtu.be/175OipZkeLQ?si=8fbNFwaXqMG6XXt)

[`๐Ÿ’ฅ Instalar Cloud Shell Clic Aqui`](https://www.mediafire.com/file/bp2l6cci2p30hjv/Cloud+Shell_1.apk/file)

```bash
> git clone https://github.com/David-Chian/Megumin-Bot-MD
```

```bash
> cd Megumin-Bot-MD && yarn install
```

```bash
> npm install
```

```bash
> npm start
```

---

#### **`๐ŸŒŒ ACTIVAR EN CODESPACE`**

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=David-Chian/Megumin-Bot-MD&ref=main&geo=UsEast)

-----
#### **`โ๏ธ ACTIVAR EN KOYEB`**
[![Deploy to Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/David-Chian/Megumin-Bot-MD&branch=master&name=meguminbot-md)

------------------
#### **`โ˜๏ธ ACTIVAR EN RENDER`**
[![Deploy to Render](https://binbashbanana.github.io/deploy-buttons/buttons/remade/render.svg)](https://dashboard.render.com/blueprint/new?repo=https%3A%2F%2Fgithub.com%2FDavid-Chian%2FMegumin-Bot-MD)

------------------
##### **`๐Ÿ’ป PARA USUARIOS DE WINDOWS/VPS/RDP`**

โšก๏ธ Comandos

* Descargar e instala Git [`Aquรญ`](https://git-scm.com/downloads)
* Descargar e instala NodeJS [`Aquรญ`](https://nodejs.org/en/download)
* Descargar e instala FFmpeg [`Aquรญ`](https://ffmpeg.org/download.html) (**No olvide agregar FFmpeg a la variable de entorno PATH**)
* Descargar e instala ImageMagick [`Aquรญ`](https://imagemagick.org/script/download.php)
* Descargar e instala Yarn [`Aquรญ`](https://classic.yarnpkg.com/en/docs/install#windows-stable)
```bash
git clone https://github.com/David-Chian/Megumin-Bot-MD && cd Megumin-Bot-MD && npm install && npm update && node .
```

##### **`๐Ÿ’ป Instalaciรณn de FFmpeg para Windows`**

โšก๏ธ Comandos2

* Descarga cualquiera de las versiones de FFmpeg disponibles haciendo clic en [FFmpeg](https://www.gyan.dev/ffmpeg/builds/).
* Extraer archivos a `C:\` path.
* Cambie el nombre de la carpeta extraรญda a `ffmpeg`.
* Ejecute el sรญmbolo del sistema como administrador.
* Ejecute el siguiente comando:
```cmd
> setx /m PATH "C:\ffmpeg\bin;%PATH%"
```
Si tiene รฉxito, le darรก un mensaje como: `SUCCESS: specified value was saved`.
* Ahora que tiene FFmpeg instalado, verifique que funcionรณ ejecutando este comando para ver la versiรณn:
```cmd
> ffmpeg -version
```

---

## **`๐Ÿ”— Enlaces รบtiles`**

| APP | TIPO | ENLACE |
|------|-------------|-------|
| WhatsApp | Canal | [ยกClick aquรญ!](https://whatsapp.com/channel/0029VacDy0R6hENqnTKnG820) |
| WhatsApp | Canal Sunlight | [ยกClick aquรญ!](https://whatsapp.com/channel/0029Vam7yUg77qVaz3sIAp0z) |
| WhatsApp | Gc Megumin | [ยกClick aquรญ!](https://chat.whatsapp.com/F4QEFF2Hn4102NdbPJ2ZOi) |

---

### **`๐ŸŒด COLABORADORES`**


### **`๐Ÿ‘‘ PROPIETARIO`**
David

### **`๐ŸŒน CREDITOS`**
BrunoSobrino

[ยฉ Powered By Sunlight Team โšก๏ธŽ](https://whatsapp.com/channel/0029Vam7yUg77qVaz3sIAp0z)