Skip to content

prodplug/Telegram-SMS-Bomber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-SMS-Bomber

Simple Telegram SMS Bomber written in Python using pyTelegramBotAPI.

Installation:

Linux:

$ sudo pacman -S python
$ pip install pyTelegramBotAPI phonenumbers requests
$ git clone https://github.com/dmatviichuk/Telegram-SMS-Bomber
$ cd Telegram-SMS-Bomber/
Create new Telegram bot and change token in file Bot.py
$ python Bot.py

Windows:

Download Python 3
Launch installer, click add python to PATH
Open cmd or powershell
$ pip install pyTelegramBotAPI phonenumbers requests
Create new Telegram bot and change token in file Bot.py
$ python Bot.py

About

Simple Telegram SMS Bomber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%