Shivankitk13 / MsgBomberTGBot

A Telegram Bot SMS Bomber to bomb Indian numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MsgBomberTGBot Telegram Bot - v1.1

An open-source SMS bomber bot for Telegram. Inspired by TheSpeedX's Project


Note:

  • The script requires working network connection to work.
  • No balance will be deducted for using this script to send SMS/calls.
  • While doing infinite bombing use 2-3 seconds delay and 10 to 20 threads for maximum performance.
  • Don't put spaces in between phone number (Ex- 99999 99999)
  • Make sure you are using Python v3.

Here's how you can check it. Type this command in your terminal.

$ python -V

If output looks like Python 3 - Congrats, Python 3 is installed properly.

  • Do not use this to harm others.
  • This script is only for educational purposes or to prank.
  • None of the developers/contributors are responsible for the misuse of MsgBomberTGBot.

Features:

  • Lots of integrated SMS/call APIs
  • Unlimited (Limited against abusing) and super-fast bombing
  • Frequent updates
  • [Update] Now with the option to stop bombing after bombing has started

Deployment:

Run these commands to run the bot

> For Heroku

Deploy

> For Linux:

Notice: This bot can run in non-docker mode To use the bomber type the following commands in your favorite cli-tool:

git clone https://github.com/SoapDev2018/MsgBomberTGBot.git
cd MsgBomberTGBot
pip3 install -r requirements.txt

Rename the file config_sample.py to config.py. Change the configuration variables in config.py appropriately, then type the following command:

python3 main.py

> For Windows:

Notice: This bot can run in non-docker mode To use the bomber type the following commands in your favorite cli-tool:

git clone https://github.com/SoapDev2018/MsgBomberTGBot.git
cd MsgBomberTGBot
pip install -r requirements.txt

Rename the file config_sample.py to config.py. Change the configuration variables in config.py appropriately, then type the following command:

python main.py

> Docker Mode (Linux):

  • Type the following command to install docker:
sudo snap install docker
  • Rename the file config_sample.py to config.py. Change the configuration variables in config.py appropriately
  • Start docker daemon (skip if already running):
sudo dockerd
  • Build Docker image:
sudo docker build . -t MsgBomberTGBot
  • Run the image:
sudo docker run MsgBomberTGBot

CREDITS:

Donators:

[@] 34D30Y (34db0y@protonmail.com)

[@] SC AMAN

CONTACT ME:

Feel Free To Open An Issue...

About

A Telegram Bot SMS Bomber to bomb Indian numbers


Languages

Language:Python 98.3%Language:Dockerfile 1.6%Language:Shell 0.1%