batiscuff / duplo-bomber

Private SMS-Bomber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplo Bomber

AppVeyor forthebadge forthebadge Code style: black

Description

Private SMS bomber(for Ukraine phone numbers) specially developed for DuploHack YouTube channel. Used grequests for make asynchronous HTTP Requests. This makes sending messages many times faster.

Install

(for Termux or iSH)

apt update && apt upgrade
pkg install python
apt install git
git clone https://github.com/batiscuff/duplo-bomber
cd duplo-bomber
pip install -r requirements.txt

(for Linux users)

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3-pip
sudo apt-get install git
git clone https://github.com/batiscuff/duplo-bomber
pip3 install -r requirements.txt

Start

python3 duplo_spam.py

License

Mozilla Public License 2.0

About

Private SMS-Bomber

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%