Git Product home page Git Product logo

gaton1137 / gatabotlite-md Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gatanina-li/gatabotlite-md

0.0 0.0 0.0 132.03 MB

𝗕𝗶𝗲𝗻𝘃𝗲𝗻𝗶𝗱𝗼(𝗮)!! 𝗘𝘅𝗽𝗹𝗼𝗿𝗮 𝗲𝘀𝘁𝗲 𝗿𝗲𝗽𝗼𝘀𝗶𝘁𝗼𝗿𝗶𝗼, 𝗚𝗮𝘁𝗮𝗕𝗼𝘁𝗟𝗶𝘁𝗲-𝗠𝗗 🌸 𝗲𝘀 𝘂𝗻 𝗕𝗼𝘁 𝗣𝗮𝗿𝗮 𝗪𝗵𝗮𝘁𝘀𝗔𝗽𝗽 𝗲𝗻𝗳𝗼𝗰𝗮𝗱𝗼 𝗮 𝗹𝗮 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝘃𝗶𝗱𝗮𝗱 𝘆 𝗲𝗻𝘁𝗿𝗲𝘁𝗲𝗻𝗶𝗺𝗶𝗲𝗻𝘁𝗼!!

Home Page: https://github.com/GataNina-Li/GataBotLite-MD

Shell 2.98% JavaScript 96.77% CSS 0.01% Nix 0.06% HTML 0.14% Dockerfile 0.04% Rich Text Format 0.01% Procfile 0.01%

gatabotlite-md's Introduction

GataBotLite-MD

✅ GATABOTLITE OFICIAL

DISPONIBLE EN:

  • TERMUX, REPLIT, WINDOWS, HEROKU, ZIPPONODES, BOXMINE-HOST

♻️ App Termux

🌸 INSTALACIÓN AUTOMÁTICA - TERMUX 🌸

Tutorial
termux-setup-storage
apt update -y && yes | apt upgrade && pkg install -y bash wget && wget -O - https://raw.githubusercontent.com/GataNina-Li/GataBotLite-MD/master/gatalite.sh | bash

EN CASO QUE QUIERA USAR ESTE MÉTODO DEBE DE EDITAR (Previo a una Bifurcación)

🌼 INSTALACIÓN MANUAL - TERMUX 🌼

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

🍁 TERMUX 24/7 🍁

Comandos para realizar una ejecución 24/7

  • INICIAR

Use estos comandos dentro de la carpeta GataBotLite-MD

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

Detener todos los procesos del bot

pm2 stop all && pm2 unstartup
  • REANUDAR

Reanudar los procesos, usar dentro de la carpeta GataBotLite-MD

pm2 start index.js 
  • VISUALIZAR EL PROCESO

Usar dentro de la carpeta GataBotLite-MD para ver en tiempo real

pm2 logs 
  • ELIMINAR PROCESOS PM2

Eliminar todos los procesos del bot. Para volver a usar PM2 debe volver a usar los comandos de INICIAR

pm2 delete all

Note Demanda consumo de RAM y CPU, el resultado mejora mientras las especificaciones del dispositivo sean moderadas

🌹 INSTALACIÓN EN REPLIT 🌹

Run on Replit

🪷 INSTALACIÓN 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

🌻 INSTALACIÓN PARA 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/GataBotLite-MD && cd GataBotLite-MD && yarn install && 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

✨ Español Editar Idioma

✨ Inglés (English) Edit Language

✨ Portugués (Português) Idioma de Edição

✨ Indonesio (Bahasa Indonesia) Mengedit Bahasa

✨ Árabe (عرب) عدل اللغة


🌟 CREADORA

GataNina-Li

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.