Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gatanina-li/multiversebot-md

๐—•๐—ถ๐—ฒ๐—ป๐˜ƒ๐—ฒ๐—ป๐—ถ๐—ฑ๐—ผ(๐—ฎ) ๐—ฎ ๐—ฒ๐˜€๐˜๐—ฎ ๐—ฅ๐—ฒ๐—ฎ๐—น๐—ถ๐—ฑ๐—ฎ๐—ฑ!! ๐ŸŒŒ ๐—ฅ๐—ฒ๐—ฝ๐—ผ๐˜€๐—ถ๐˜๐—ผ๐—ฟ๐—ถ๐—ผ โœ… ๐—ข๐—ณ๐—ถ๐—ฐ๐—ถ๐—ฎ๐—น ๐—ฑ๐—ฒ ๐— ๐˜‚๐—น๐˜๐—ถ๐˜ƒ๐—ฒ๐—ฟ๐˜€๐—ฒ๐—•๐—ผ๐˜-๐— ๐—— ๐—š๐—ฎ๐—ฟ๐—ฎ๐—ป๐˜๐—ถ๐˜‡๐—ฎ๐—ฑ๐—ผ ๐—ฒ๐—ป ๐—”๐—ฐ๐˜๐˜‚๐—ฎ๐—น๐—ถ๐˜‡๐—ฎ๐—ฐ๐—ถ๐—ผ๐—ป๐—ฒ๐˜€ โšก
https://github.com/gatanina-li/multiversebot-md

bot-md-whatsapp heroku md multi-device multiversebot multiversebot-md nodejs termux whatsapp-bot

Last synced: about 2 months ago
JSON representation

๐—•๐—ถ๐—ฒ๐—ป๐˜ƒ๐—ฒ๐—ป๐—ถ๐—ฑ๐—ผ(๐—ฎ) ๐—ฎ ๐—ฒ๐˜€๐˜๐—ฎ ๐—ฅ๐—ฒ๐—ฎ๐—น๐—ถ๐—ฑ๐—ฎ๐—ฑ!! ๐ŸŒŒ ๐—ฅ๐—ฒ๐—ฝ๐—ผ๐˜€๐—ถ๐˜๐—ผ๐—ฟ๐—ถ๐—ผ โœ… ๐—ข๐—ณ๐—ถ๐—ฐ๐—ถ๐—ฎ๐—น ๐—ฑ๐—ฒ ๐— ๐˜‚๐—น๐˜๐—ถ๐˜ƒ๐—ฒ๐—ฟ๐˜€๐—ฒ๐—•๐—ผ๐˜-๐— ๐—— ๐—š๐—ฎ๐—ฟ๐—ฎ๐—ป๐˜๐—ถ๐˜‡๐—ฎ๐—ฑ๐—ผ ๐—ฒ๐—ป ๐—”๐—ฐ๐˜๐˜‚๐—ฎ๐—น๐—ถ๐˜‡๐—ฎ๐—ฐ๐—ถ๐—ผ๐—ป๐—ฒ๐˜€ โšก

Awesome Lists containing this project

README

        

> #### Versiรณn Multiverse: 1.0.7 โœจ
# MultiverseBot-MD



>
>
>






# Obtener sesiรณn
### ๐Ÿ‘‰

# Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/GataNina-Li/MultiverseBot-MD)

# Aรฑada lo siguente al Buildpack
```bash
> heroku/nodejs
```
```bash
> https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
```
```bash
> https://github.com/mcollina/heroku-buildpack-imagemagick
```
------------------
- [x] Resultado Buildpack
------------------

# TERMUX
### INSTALAR DE UNO POR UNO PARA EVITAR UN ERROR
```bash
$ termux-setup-storage
$ pkg update && pkg upgrade
$ pkg install git -y
$ pkg install nodejs -y
$ pkg install ffmpeg -y
$ pkg install imagemagick -y
$ pkg install yarn
$ git clone https://github.com/GataNina-Li/MultiverseBot-MD
$ cd MultiverseBot-MD
$ yarn
$ npm install
$ npm update
$ node .
```
----
## ๐Ÿ’ป PARA USUARIOS DE WINDOWS/VPS/RDP (Opcional)

* 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/GataNina-Li/MultiverseBot-MD
cd MultiverseBot-MD
npm install
npm update
npm index
```

## ๐Ÿ’ป Instalaciรณn de FFmpeg para Windows
* 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
```
----
## โš™ Configuracion de la visualizaciรณn del menรบ.
### Visualizaciรณn del menรบ GIF
```ts
let message = await prepareWAMessageMedia({ video: fs.readFileSync('./media/menu.mp4'), gifPlayback: true }, { upload: conn.waUploadToServer })
const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
templateMessage: {
hydratedTemplate: {
videoMessage: message.videoMessage,
hydratedContentText: text.trim(),
hydratedFooterText: wm,
hydratedButtons: [{
```

### Visualizaciรณn del menรบ con imagen
```ts
let message = await prepareWAMessageMedia({ image: fs.readFileSync('./media/menu.jpg')}, { upload: conn.waUploadToServer })
const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
templateMessage: {
hydratedTemplate: {
imageMessage: message.imageMessage,
hydratedContentText: text.trim(),
hydratedFooterText: wm,
hydratedButtons: [{
```

### Visualizaciรณn del menรบ con ubicaciรณn
```ts
const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
templateMessage: {
hydratedTemplate: {
hydratedContentText: text.trim(),
locationMessage: {
jpegThumbnail: fs.readFileSync('./media/menu.jpg') },
hydratedFooterText: wm,
hydratedButtons: [{
```

### Visualizaciรณn del menรบ con vรญdeo
```ts
let message = await prepareWAMessageMedia({ video: fs.readFileSync('./media/menu.mp4')}, { upload: conn.waUploadToServer })
const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
templateMessage: {
hydratedTemplate: {
videoMessage: message.videoMessage,
hydratedContentText: text.trim(),
hydratedFooterText: wm,
hydratedButtons: [{
```
-----
### Multiverse - Preguntas

* Cรณmo detengo el Bot en Termux?
> Use CTRL + z para apagar el Bot

* Cรณmo enciendo el Bot en termux?
> En caso que vuelva a iniciar en termux use este comando ```cd MultiverseBot-MD && node .```
En caso que este Apagado el Bot sin salir de la carpeta del Bot, use este comando ```node .```

* Que hago si quiero volver a clonar el Bot?
> En caso que quiera eliminar la carpeta del Bot y volver a clonar use este comando ```rm -rf MultiverseBot-MD && git clone https://github.com/GataNina-Li/MultiverseBot-MD && cd MultiverseBot-MD && yarn && npm install && node .``` Esta acciรณn tambiรฉn sirve en caso que quiera Actualizar a la รบltima versiรณn

* Cรณmo puedo borrar la Session?
> Ejecute este comando en Termux ```rm -rf multiverse.data.json```
En caso que no tenga nada en el terminar puede usar este comando ```cd MultiverseBot-MD && rm -rf multiverse.data.json``` luego use ```node .``` Recuerde que este Bot no hace sesiones, deberรก de tener una sesion previamente antes de hacer esta acciรณn o la acciรณn anterior

* Cรณmo puedo hacer el Bot Owner?
> Debe de ingresar al archivo `config.js` o tambiรฉn [`Aquรญ`](https://github.com/GataNina-Li/MultiverseBot-MD/blob/master/config.js) luego aรฑadir su nรบmero en donde diga `global.owner` Recuerde que requiere de hacer una Bifurcaciรณn, puede hacerla [`Aquรญ`](https://github.com/GataNina-Li/MultiverseBot-MD/fork)

-----
### ๐ŸŒŸ DESARROLLADORES
[![Hyzer](https://github.com/GataNina-Li.png?size=100)](https://github.com/GataNina-Li)
[![Hyzer](https://github.com/Abiguelreyes75.png?size=100)](https://github.com/Abiguelreyes75)
[![Hyzer](https://github.com/Sofianayeli.png?size=100)](https://github.com/Sofianayeli)
[![ADOLFO](https://github.com/AdolfoGriego.png?size=100)](https://github.com/AdolfoGrirgo)

### ๐ŸŒŸ AGRADECIMIENTOS
[![Hyzer](https://github.com/Hyzerr.png?size=100)](https://github.com/Hyzerr)
[![Ilman](https://github.com/ilmanhdyt.png?size=100)](https://github.com/ilmanhdyt)
[![Nurutomo](https://github.com/Nurutomo.png?size=100)](https://github.com/Nurutomo)
[![Ariffb](https://github.com/ariffb25.png?size=100)](https://github.com/ariffb25)
[![๐€๐ƒ๐Ž๐‹๐…๐Ž](https://github.com/Paquito1923.png?size=100)](https://github.com/Paquito1923)