MCPcopy Index your code
hub / github.com/GataNina-Li/GataBot-MD

github.com/GataNina-Li/GataBot-MD @v1.7.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.7.0 ↗ · + Follow
4,237 symbols 5,288 edges 376 files 86 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

🚀 VERSIÓN 1.4.9

GataBot-MD

Gmail Facebook YouTube

Cuentas Oficiales:

Al acceder a la plataforma, obtendrás acceso a todos los enlaces oficiales de GataBot. Además, te mantendremos informado con boletines y mensajes exclusivos sobre las últimas novedades. La página se actualiza constantemente para ofrecerte la información más relevante. ¡No te pierdas ninguna actualización y únete a nuestra comunidad ahora mismo!


📍 Atajos del README

TEMA DESCRIPCIÓN ATAJO
TERMUX INSTALACIÓN AUTOMÁTICA ver
TERMUX INSTALACIÓN MANUAL ver
TERMUX INSTALACIÓN POR ARCHIVOS ver
TERMUX 24/7 COMANDOS ver
TERMUX UPDATE COMANDOS PARA ACTUALIZAR GATABOT ver
HEROKU INSTALACIÓN POR HEROKU ver
BOXMINE INSTALACIÓN POR BOXMINE ver
REPLIT INSTALACIÓN POR REPLIT ver
KOYEB INSTALACIÓN POR KOYEB ver
WINDOWS INSTALACIÓN POR WINDOWS ver
PREGUNTAS FRECUENTES DESPEJAR DUDAS ver
SOBRE GATABOT SECCIONES DE INFORMACIÓN ver
DESARROLLADORES PARTICIPATES DEL PROYECTO ver
-----
### 🌟 (OPCIÓN 1) INSTALACIÓN AUTOMÁTICA 🫰
blog
> Note Comandos para instalar de forma automática en Termux
termux-setup-storage
apt update -y && yes | apt upgrade && pkg install -y bash wget mpv && wget -O - https://raw.githubusercontent.com/GataNina-Li/GataBot-MD/master/gata.sh | bash
// PERSONALIZAR INSTALACIÓN AUTOMÁTICA (En caso de una Bifurcación)
// Parámetros editables

// REFERENCIA
"wget -O - https://raw.githubusercontent.com/GataNina-Li/GataBot-MD/master/gata.sh | bash"

// PARÁMETROS QUE PUEDE SER MODIFICADOS --> "[...]"
"wget -O - https://raw.githubusercontent.com/[usuario]/[repositorio]/[rama]/gata.sh | bash"

MODIFICAR ARCHIVO gata.sh

//LÍNEAS A MODIFICAR
205 --> "git clone https://github.com/[user]/[repositorio].git"
//Ejemplo: git clone https://github.com/GataNina-Li/GataBot-MD.git

209 --> "cd [repositorio]"
//Ejemplo: cd GataBot-MD

//Una vez hecho estos cambios ejecute los nuevos comandos en Termux

🪄 (OPCIÓN 2) INSTALACIÓN MANUAL POR TERMUX - GITHUB

Note Comandos para instalar de forma manual

termux-setup-storage
apt update && apt upgrade && pkg install git nodejs ffmpeg imagemagick yarn && git clone https://github.com/GataNina-Li/GataBot-MD && cd GataBot-MD && yarn install && npm install && npm start

> Warning Si aparece (Y/I/N/O/D/Z) [default=N] ? use la letra "y" + "ENTER" para continuar con la instalación

📁 (OPCIÓN 3) INSTALACIÓN POR TERMUX - ARCHIVOS

Note Descargué y Descomprime

GataBot-MD ~ Archivos

blog

termux-setup-storage
apt update
apt upgrade
pkg install -y git nodejs ffmpeg imagemagick yarn
cd storage/downloads/GataBot-MD-master/GataBot-MD-master 
yarn install
npm install
npm start
  • APLICACIÓN RECOMENDADA PARA DESCOMPRIMIR

  • APLICACIÓN RECOMENDADA PARA EDITAR NÚMERO DE OWNER

    Note Guardar los archivos en la ubicación: storage/downloads/GataBot-MD-master/GataBot-MD-master


🚀 USAR GATABOT 24/7 EN TERMUX

Ejecutar estos comandos dentro de la carpeta GataBot-MD

termux-wake-lock && npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs 

⬇️ Opciones Disponibles

Warning Esto eliminará todo el historial que hayas establecido con PM2:

pm2 delete index

Si tienes cerrado Termux y quiere ver de nuevo la ejecución use:

pm2 logs 

Si desea detener la ejecución de Termux use:

pm2 stop index

Si desea iniciar de nuevo la ejecución de Termux use:

pm2 start index

😼 ACTUALIZAR GATABOT

Note Comandos para actualizar GataBot-MD de forma automática

grep -q 'bash\|wget' <(dpkg -l) || apt install -y bash wget && wget -O - https://raw.githubusercontent.com/GataNina-Li/GataBot-MD/master/update.sh | bash 

Para que no pierda su progreso en GataBot, estos comandos realizarán un respaldo de su database.json y se agregará a la versión más reciente.

> Warning Estos comandos solo funcionan para TERMUX, REPLIT, LINUX

🟣 ACTIVAR EN HEROKU

Deploy

👇 Añada lo siguente al Buildpack:

heroku/nodejs
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
https://github.com/clhuang/heroku-buildpack-webp-binaries.git

  • [x] Resultado

Buildpack


✅ BOXMINEHOST

blog

Activar GataBot-MD 24/7 en BoxMine Host

BoxMine World

Ajustes del Servidor - GataBot-MD


⚡ REPLIT - GATABOT

blog Run on Replit


  • [x] Resultado

Importar Repositorio - GataBot-MD


🌱 ACTIVAR EN KOYEB

Deploy to Koyeb


☁️ ACTIVAR EN RENDER

Deploy to Render


💻 PARA USUARIOS DE WINDOWS/VPS/RDP

  • Descargar e instala Git Aquí
  • Descargar e instala NodeJS Aquí
  • Descargar e instala FFmpeg Aquí (No olvide agregar FFmpeg a la variable de entorno PATH)
  • Descargar e instala ImageMagick Aquí
  • Descargar e instala Yarn Aquí
git clone https://github.com/GataNina-Li/GataBot-MD && cd GataBot-MD && npm install && npm update && node .

💻 Instalación de FFmpeg para Windows

  • Descarga cualquiera de las versiones de FFmpeg disponibles haciendo clic en FFmpeg.
  • 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:
> 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:

> ffmpeg -version

❔ GataBot-MD - Preguntas

Configuración

  • [x] ¿Como puedo hacer una bifurcación?

Puede hacerlo desde 💚 Aquí.

  • [x] ¿Dónde puedo agregar el número del Bot?

Puede hacerlo desde el archivo ⚙️ config.js. En el apartado global.owner puede agregar el número del Bot y más números como Owner. js global.owner = [ ['59311222333', '𝙂𝙖𝙩𝙖𝘽𝙤𝙩-𝙈𝘿 💖🐈', true], // Número del Bot: Ejemplo +593 11 222 333 ['59300999222'], // Owner 1 +593 00 999 222 ['59377333999'] // Owner 2 +593 77 333 999 ] - [x] ¿Cómo edito el texto del Bot?

Ir a la carpeta idiomas ✨ y selecciona el archivo del idioma que quiera modificar su contenido.

  • [x] ¿Dónde puedo cambiar el idioma de GataBot?

Puede cambiar el idioma ingresando Aquí

Preguntas sobre Termux

  • [x] ¿Cómo puedo instalar GataBot en Termux?

Puede usar la Instalación Automática 😼 si es la primera vez que va instalar.

  • [x] ¿Cómo puedo descargar Termux?

Puede descargar la versión de Termux e instalar Aquí 😉.

  • [x] **¿Cómo conectar a GataBot si se cierra la ap

Core symbols most depended-on inside this repo

isNumber
called by 427
handler.js
user
called by 180
plugins/fun-tops.js
json
called by 109
speed.py
sticker
called by 65
lib/sticker.js
pickRandom
called by 65
plugins/rpg-shops_Tienda.js
printer
called by 38
speed.py
nullish
called by 38
lib/simple.js
_classPrivateMethodGet
called by 33
lib/webp.js

Shape

Function 4,100
Method 89
Class 48

Languages

TypeScript98%
Python2%

Modules by API surface

lib/idiomas/espanol.js495 symbols
lib/idiomas/portugues.js493 symbols
lib/idiomas/ingles.js493 symbols
lib/idiomas/indonesio.js493 symbols
lib/idiomas/arabe.js493 symbols
lib/idiomas/hindi.js480 symbols
lib/idiomas/frances.js468 symbols
speed.py93 symbols
lib/webp.js50 symbols
lib/simple.js19 symbols
lib/gdrive.js13 symbols
lib/tictactoe.js11 symbols

For agents

$ claude mcp add GataBot-MD \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page