diff --git a/index.html b/index.html new file mode 100644 index 000000000..8cb7d34d8 --- /dev/null +++ b/index.html @@ -0,0 +1,151 @@ + + + + + + 🔮The Mystic Bot🔮 + + + + + + +
+

⌛Cargando⏳

+
+ + + +
+

⌛Cargando⏳

+
+ + + + + + + + + diff --git a/web/Guias/Linux/es.html b/web/Guias/Linux/es.html new file mode 100644 index 000000000..e72121f10 --- /dev/null +++ b/web/Guias/Linux/es.html @@ -0,0 +1,18 @@ +

Instalacion en Linux

+Imagen de guía + +

Comandos

+

Abre la Terminal o Konsole y Pega los Comandos de Acuerdo a Tu Distro.

+

Debian y Basados

+sudo apt install wget curl nodejs nano npm git ffmpeg python3 -y +

Arch y Basados

+sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python --noconfirm +

Fedora

+sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3 + +

Luego de que eso Termine Ejecuta esto

+git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && cd mystic && npm install && npm start . +

Despues de eso Debera Iniciar Solicitando el Numero para Iniciar Sesion

+ +

PAra Volver a Iniciar Ejecuta en la Terminal esto

+cd mystic && npm start diff --git a/web/Guias/Linux/ingles.html b/web/Guias/Linux/ingles.html new file mode 100644 index 000000000..45305f46f --- /dev/null +++ b/web/Guias/Linux/ingles.html @@ -0,0 +1,18 @@ +

Installation on Linux

+Guide Image + +

Commands

+

Open Terminal or Konsole and paste the commands according to your distro.

+

Debian and derivatives

+sudo apt install wget curl nodejs nano npm git ffmpeg python3 -y +

Arch and derivatives

+sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python --noconfirm +

Fedora

+sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3 + +

After this finishes, run this

+git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && cd mystic && npm install && npm start . +

After that, it should start asking for the number to sign in

+ +

To restart, run this in Terminal

+cd mystic && npm start diff --git a/web/Guias/Termux/es.html b/web/Guias/Termux/es.html new file mode 100644 index 000000000..277b128e5 --- /dev/null +++ b/web/Guias/Termux/es.html @@ -0,0 +1,53 @@ +

Guía de Instalación Termux

+ + Imagen de guía + +

⬇️ Descargar Termux

+

Instala Termux Clic Aqui para Descargar Termux ⬇️ Recuerda darle todos los permisos a Termux

+

Si esa version no funciona con tu telefono, deberas Buscar la Version Compatible en Termux Github

+

Suele decir termux-app_vxxx-+apt-android-7-github-debug_universal.apk. Android 7 se refiere a que funciona con Android 7 y superior. Hay otra versión para Android 7 e inferior llamada Android5.

+

EL TERMUX DE GOOGLE PLAY NO FUNCIONA.

+ + +

⬇️ Instalar Mystic Bot

+

Simplemente copia y pega esto en Termux

+ apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && proot-distro install archlinux && wget -O - https://raw.githubusercontent.com/weskerty/test/main/Termux/mystic.sh | bash + +

📹 Video Demostrativo;

+ + +

🖥️ Iniciar de Nuevo

+

Para volver a abrir el bot en caso de que se cierre Termux, Solo abre de nuevo Termux, esto hara que se Inicie Automaticamente.

+

Para cancelar la ejecucion automatica al abrir Termux Presiona la Tecla CTRL + C del Teclado.

+ + +

⚙️ Preferencias del Bot

+

Puedes ajustar el config.js para cambiar detalles del bot, como nombre, el país de la fecha, el nombre del paquete de stickers, etc. Desde Termux es proot-distro login archlinux -- bash -c "nano config.js" . Edita lo que necesites, para guardar es Ctrl+O luego Enter. Para salir de Nano es Ctrl+X.

+

En caso de que tengas Root o una versión inferior a Android 11, puedes ir a ver los archivos de Termux y ajustarlos desde el explorador de archivos de Android en la carpeta /data/data/com.termux/files/home/.

+ +

🔌 Mantener Abierto Termux

+

El bot funcionará mientras Termux esté abierto y con conexión a Internet. Permite a Termux ejecutarse sin restricciones ni optimizaciones de batería. Activa el WakeLock desde la notificación de Termux.

+ +

Android 12 y superior tienen limitaciones de ejecución que evitan el buen funcionamiento en segundo plano, únicamente se puede resolver con ADB, Root o Custom ROM.

+

+ +

💡 Evitar Cierre Forzoso (Opcional)

+

En caso de que Termux se te cierre a cada rato, puedes seguir estos pasos opcionales:

+ +

Con ADB

+adb shell "/system/bin/device_config set_sync_disabled_for_tests persistent" +adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647" +adb shell settings put global settings_enable_monitor_phantom_procs false + +

Con ROOT:

+su -c /system/bin/device_config set_sync_disabled_for_tests persistent +su -c /system/bin/device_config put activity_manager max_phantom_processes 2147483647 +su -c setprop persist.sys.fflag.override.settings_enable_monitor_phantom_procs false + +

Servidor Eco-Friendly

+

Puedes utilizar un teléfono antiguo y automatizarlo con Tasker como es mi caso. Utilizo un teléfono roto con un panel solar para mantener el bot para Toda esta Comunidad.

+ + + NokiaG20 + +

Con esto Tambien puedes ejecutar Linux en tu Telefono y Usarlo como si Fuese una PC. Mas Info Aqui

diff --git a/web/Guias/Termux/ingles.html b/web/Guias/Termux/ingles.html new file mode 100644 index 000000000..6ff33826e --- /dev/null +++ b/web/Guias/Termux/ingles.html @@ -0,0 +1,52 @@ +

Termux Installation Guide

+ +Guide Image + +

⬇️ Download Termux

+

Install Termux Click Here to Download Termux ⬇️ Remember to grant all permissions to Termux.

+

If this version doesn't work with your phone, you will need to search for the compatible version on Termux Github

+

It usually says termux-app_vxxx-+apt-android-7-github-debug_universal.apk. Android 7 means it works with Android 7 and above. There is another version for Android 7 and below called Android5.

+

THE TERMUX FROM GOOGLE PLAY DOES NOT WORK.

+ +

⬇️ Install Mystic Bot

+

Simply copy and paste this into Termux

+ apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && proot-distro install archlinux && wget -O - https://raw.githubusercontent.com/weskerty/test/main/Termux/mystic.sh | bash + +

📹 Demonstrative Video:

+ + +

🖥️ Restart

+

To reopen the bot if Termux closes, just open Termux again, this will make it start automatically.

+

To cancel automatic execution when opening Termux, press the CTRL + C key on the keyboard.

+ +

⚙️ Bot Preferences

+

You can adjust the config.js to change bot details such as name, date country, sticker pack name, etc. From Termux it's proot-distro login archlinux -- bash -c "nano config.js" . Edit what you need, to save use Ctrl+O then Enter. To exit Nano, use Ctrl+X.

+

If you have Root or a version lower than Android 11, you can view Termux files and adjust them from the Android file explorer in the folder /data/data/com.termux/files/home/.

+ +

🔌 Keep Termux Open

+

The bot will work as long as Termux is open and connected to the Internet. Allow Termux to run without battery optimizations. Activate WakeLock from the Termux notification.

+ +

Android 12 and above have execution limitations that prevent proper background functionality. This can only be resolved with ADB, Root, or Custom ROM.

+

+ +

💡 Prevent Forced Closing (Optional)

+

If Termux closes frequently, you can follow these optional steps:

+ +

With ADB

+adb shell "/system/bin/device_config set_sync_disabled_for_tests persistent" +adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647" +adb shell settings put global settings_enable_monitor_phantom_procs false + +

With ROOT:

+su -c /system/bin/device_config set_sync_disabled_for_tests persistent +su -c /system/bin/device_config put activity_manager max_phantom_processes 2147483647 +su -c setprop persist.sys.fflag.override.settings_enable_monitor_phantom_procs false + +

Eco-Friendly Server

+

You can use an old phone and automate it with Tasker as I do. I use a broken phone with a solar panel to keep the bot running for This Entire Community.

+ + +NokiaG20 + + +

With this, you can also run Linux on your phone and use it like a PC. More Info Here

diff --git a/web/Guias/Windows/es.html b/web/Guias/Windows/es.html new file mode 100644 index 000000000..70c466644 --- /dev/null +++ b/web/Guias/Windows/es.html @@ -0,0 +1,27 @@ + +

Instalacion en Windows

+ Imagen de guía +

Es tan facil como Descargar Este Archivo ⬇️ y Ejecutarlo como Adminstrador

+

Eso instalara Automaticamente todo lo que Necesites e Iniciara Pidiendote Iniciar con Codigo QR o Numero de Telefono.

+ + +

Iniciar Bot Nuevamente

+

Para iniciar el bot abre UpdateAndStart.bat que se encuentra en Disco C:\ y Listo.

+

Tambien Puedes Abrir la Ubicacion de la Carpeta donde esta y Abrir CMD Desde Ahi, O Directamente desde CMD con este comando cd %USERPROFILE%\mystic && npm start . +

+

Windows Tiene una Limitacion con la Terminal el cual pausa la Ejecucion si se Minimiza, ademas de mostrar ventanas emergentes de manera aleatoria al usarse ffmpeg

+

Para Solucionar esto debes agregar una Tarea en Programador de Tareas

+

Abre el Programador de Tareas y Configuralo con estas Opciones:

+

Añadir Nueva Tarea Basica o Simple

+

Agregar Nombre, Elegir UpdateAndStart.bat y que se inicie al inicar el equipo mas Ajustes Avanzados

+

Ejecutar Tanto como si se inicia sesion como si no

+

Ajusta para que no se detenga la tarea despues de 3 dias y demas ajustes preferenciales

+

Asi;

+ + +

Esto hara que inicie Automaticamente al encender la PC sin verse y sin Pausarse

+

Para mas informacion ve a los Grupos de Ayuda en alguna de estas Plataformas o Habla Directamente desde el Widget

+ +

Instalacion Manual

+

Descarga e Instala Nodejs, Git y python

+

Instalalo, clona la repo, npminstall en la carpeta contenedora ajustes de config y npm start .

diff --git a/web/Guias/Windows/ingles.html b/web/Guias/Windows/ingles.html new file mode 100644 index 000000000..b9186648a --- /dev/null +++ b/web/Guias/Windows/ingles.html @@ -0,0 +1,24 @@ +

Windows Installation

+ Guide Image +

It is as easy as Downloading This File ⬇️ and Running it as Administrator

+

This will automatically install everything you need and start by asking you to log in with a QR Code or Phone Number.

+ +

Restart the Bot

+

To start the bot, open UpdateAndStart.bat located in Drive C:\ and that’s it.

+

You can also open the folder location and open CMD from there, or directly from CMD with this command cd %USERPROFILE%\mystic && npm start .

+

Windows has a limitation with the terminal where the execution pauses if minimized, and it shows random pop-up windows when using ffmpeg.

+

To solve this, you need to add a task in Task Scheduler.

+

Open Task Scheduler and configure it with these options:

+

Add a New Basic or Simple Task

+

Add a Name, Choose UpdateAndStart.bat, and set it to start at system boot with additional advanced settings.

+

Run whether the user is logged in or not.

+

Set it so the task doesn't stop after 3 days and adjust other preferences as needed.

+

Like this;

+ + +

This will make it start automatically when the PC turns on, without being visible or pausing.

+

For more information, check the Help Groups on one of these platforms or contact directly from the Widget.

+ +

Manual Installation

+

Download and install Node.js, Git, and Python.

+

Install them, clone the repository, run npm install in the folder containing the config settings, and npm start.

diff --git a/web/es.html b/web/es.html new file mode 100644 index 000000000..c9b5f2314 --- /dev/null +++ b/web/es.html @@ -0,0 +1,176 @@ + +
+ MisticTelegram +

TheMystic-Bot-MD

+

Un chatbot automatizado para WhatsApp basado en Node.js, que permite realizar múltiples funciones y personalizaciones en la plataforma.

+
+ +
+ + GitHub Contributors + + + GitHub Issues + + + GitHub Pull Requests + + + GitHub Commits + + + GitHub Stars + + + GitHub Forks + +
+ +
+ Demo + · + Reportar un Bug + · + Solicitar una Característica +
+ +
+

¡Ayuda a mantener el proyecto activo con tu donación y contribuye a mejorar las funciones del chatbot para todos!

+
+ +

Despliegue, Soporte y Comunidad

+ +
  • Opciones de Despliegue + +
  • Despliegue en Cafirexos
  • +
  • Despliegue en BoxMineWorld
  • +
  • Despliegue en Otros
  • + +
  • Soporte y Comunidad + +
  • Comunidades de Ayuda
  • +
  • Colaboradores
  • +
  • Agradecimientos
  • +
  • Desarollador Principal
  • + + +

    Avisos Importantes

    +
    +

    IMPORTANTE: 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.

    +

    IMPORTANTE: No se asegura que este proyecto siga funcionando al 100% debido a cuestiones de tiempo personales de @BrunoSobrino, por lo cual el proyecto está en manos de colaboradores y usuarios que deseen aportar actualizaciones.

    +
    +

    Opciones de despliegue

    + +

    Despliegue en Cafirexos

    + + Cafirexos + +
    + Enlaces Importantes + +
    + +

    Despliegue en BoxMineWorld

    + + BoxMineWorld + +
    + Enlaces Importantes + +
    + +

    Despliegue en Otros

    +

    En esta sección encontrarás botones de despliegue que te permitirán implementar el proyecto en distintos entornos con un solo clic.

    + + Open in Codespaces + + + Deploy to Glitch + + + Deploy to Heroku + + + Deploy to Koyeb + + + Run on Repl.it + + + Deploy to Render + + + Termux + + + Linux + + Windows + + +

    Soporte y Comunidad

    + +

    Comunidades de Ayuda

    +

    Únete a las siguientes comunidades:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    RRSSTipoIdiomaEnlace
    WhatsAppCanalEspañol¡Únete aquí!
    WhatsAppGrupoEspañol¡Únete aquí!
    WhatsAppGroupEnglish¡Join here!
    WhatsAppGrupoPortuguês¡Junte-se aqui!
    + +

    Colaboradores

    + + Colaboradores + + +

    Agradecimientos

    + + Bochil Gaming + + +

    Desarollador Principal

    + + Bruno Sobrino + diff --git a/web/estilo.css b/web/estilo.css new file mode 100644 index 000000000..a6e13f28e --- /dev/null +++ b/web/estilo.css @@ -0,0 +1,79 @@ +body { + margin: 0; + padding: 0; + font-family: 'Comfortaa', sans-serif; + color: white; + overflow-x: hidden; +} + +video#bg-video { + position: fixed; + top: 50%; + left: 50%; + width: 100%; + height: 100%; + object-fit: cover; + transform: translate(-50%, -50%); + z-index: -1; +} + +a { + color: lightblue; + cursor: pointer; +} + +blockquote { + margin: 20px 0; + padding: 10px 20px; + background-color: rgba(0, 0, 0, 0.7); + border-left: 5px solid #ccc; + color: white; + animation: backgroundColorChange 5s infinite; +} + +@keyframes backgroundColorChange { + 0% { + background-color: rgba(0, 0, 0, 0.7); + } + 50% { + background-color: rgba(255, 0, 0, 0.7); + } + 100% { + background-color: rgba(0, 0, 0, 0.7); + } +} + +code { + font-family: monospace; + padding: 2px 4px; + border-radius: 4px; + background-color: #232323; + border-left: 5px solid #ccc; + color: white; + white-space: pre-wrap; + word-wrap: break-word; + display: block; + padding: 10px; + border-radius: 5px; + overflow-x: auto; +} + +.content { + background-color: rgba(0, 0, 0, 0.7); + padding: 20px; + border-radius: 10px; + max-width: 800px; + margin: 50px auto; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); + position: relative; + z-index: 1; + backdrop-filter: blur(5px); +} + +h1, p { + color: white; +} + +#disqus_thread { + margin-top: 20px; +} diff --git a/web/favicon.gif b/web/favicon.gif new file mode 100644 index 000000000..d13dc1912 Binary files /dev/null and b/web/favicon.gif differ diff --git a/web/favicon.ico b/web/favicon.ico new file mode 100644 index 000000000..ad681883e Binary files /dev/null and b/web/favicon.ico differ diff --git a/web/ingles.html b/web/ingles.html new file mode 100644 index 000000000..6ddd94cdb --- /dev/null +++ b/web/ingles.html @@ -0,0 +1,157 @@ +
    + MisticTelegram +

    TheMystic-Bot-MD

    +

    An automated chatbot for WhatsApp based on Node.js, offering multiple features and customizations on the platform.

    +
    + +
    + + GitHub Contributors + + + GitHub Issues + + + GitHub Pull Requests + + + GitHub Commits + + + GitHub Stars + + + GitHub Forks + +
    + +
    + Demo + · + Report a Bug + · + Request a Feature +
    + +
    +

    Help keep the project active with your donation and contribute to improving the chatbot’s functionality for everyone!

    +
    + +

    Deployment, Support, and Community

    + +
  • Deployment Options + +
  • Deployment in Cafirexos
  • +
  • Deployment in BoxMineWorld
  • +
  • Deployment in Others
  • + +
  • Support and Community + +
  • Help Communities
  • +
  • Contributors
  • +
  • Acknowledgements
  • +
  • Main Developer
  • + + +

    Important Notices

    +
    +

    IMPORTANT: This project is not affiliated in any way with WhatsApp, Inc. WhatsApp is a registered trademark of WhatsApp LLC, and this bot is an independent development with no official relationship to the company.

    +

    IMPORTANT: There is no guarantee this project will work 100% due to personal time constraints of @BrunoSobrino, so the project is in the hands of collaborators and users willing to contribute updates.

    +
    + +

    Deployment Options

    + +

    Deployment in Cafirexos

    + + Cafirexos + +
    + Important Links + +
    + +

    Deployment in BoxMineWorld

    + + BoxMineWorld + +
    + Important Links + +
    + +

    Deployment in Others

    +

    This section contains deployment buttons that allow you to deploy the project in different environments with just one click.

    + + Open in Codespaces + + + Deploy to Glitch + + + Deploy to Heroku + + + Deploy to Koyeb + + + Run on Repl.it + + + Deploy to Render + + + Termux + + + Linux + + + Windows + + +

    Support and Community

    +

    Help Communities

    + + WhatsApp Group + + + Discord Server + + + Facebook Group + + +

    Contributors

    + + +

    Acknowledgements

    + + +

    Main Developer

    +