Pericena / smsburst

smsburst herramientas pueden enviar mensajes

Home Page:https://lpericena.blogspot.com/2021/06/smsburst-enviar-sms-desde-internet.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smsburst

¿Qué es smsburst ? Es una herramienta que envía mensaje de texto ,nuestras herramientas pueden enviar mensajes ilimitados a la vez si adquiere el servicio de pago .Simplemente ingrese el número (objetivo) e ingrese el límite (cuánto desea enviar) y presione el botón enviar. Solo ingrese el número de teléfono móvil que desea enviar sms y presione el botón Enviar.

_Que cosas necesitas para instalar

Windows 7/10

Python3 
- Descargar https://www.python.org/downloads/
- python.exe -m pip install --upgrade pip
- pip install flask
- pip install requests

- Descrgar https://github.com/Pericena/smsburst
- cd smsburst
- python main.py
- python smsburst.py

GNU/LINUX

sudo apt install python3
sudo apt install python3-pip
python3 -m pip install --upgrade pip
pip3 install flask
pip3 install requests

sudo apt install git
git clone https://github.com/Pericena/smsburst
cd smsburst
python3 main.py

Termux

apt install python
python3 -m pip install --upgrade pip
pip3 install flask
pip3 install requests

apt install git
git clone https://github.com/Pericena/smsburst
cd smsburst
python3 main.py

Expresiones de Gratitud

  • Bueno espero que le sea de utilidad cualquier consulta pueden dirigirse a mis redes sociales Sigueme en las redes Sociales:

About

smsburst herramientas pueden enviar mensajes

https://lpericena.blogspot.com/2021/06/smsburst-enviar-sms-desde-internet.html

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 39.9%Language:CSS 36.4%Language:Python 23.7%