Skip to content

SMS bomber. TG bot service written in python and aiogram

License

Notifications You must be signed in to change notification settings

Nighty3098/TGSB

Repository files navigation

TGSB - SMS bomber. TG bot service written in python and aiogram

!!! Use at your own risk. The developer is not responsible for your actions !!!


Functional:

For users

- btn - "SMA spam" - btn - "Call spam"

For admins

  • /adduser %user_id% - Add user to whitelist

  • /removeuser %user_id% - Remove user from whitelist

  • /addadmin %admin_id% - Add admin

  • /removeadmin %admin_id% - Remove admin

  • /whitelist - Send whitelist

  • btn - "SMS spam"

  • btn - "Call cpam"

For creator

  • /addadmin %admin_id% - Add adnim

  • /removeadmin %admin_id% - Remove admin

  • /adduser %user_id% - Add user to whitelist

  • /removeuser %user_id% - Remove user from whitelist

  • /whitelist - Send whitelist

  • /block %user_id% - Block user

  • /unblock %user_id% - Unblock user

  • btn - "Service control" :

    • btn - "sys stats"
    • btn - "logs"
    • btn - "clear log"
    • btn - "off"
    • btn - "on"
  • btn - "SMS spam"

  • btn - "Call cpam"

Structure

.
├── config.py
├── create_requirements.sh
├── data
│   ├── data.json
│   └── names.txt
├── handlers.py
├── keyboards
│   ├── admin.py
│   ├── dev.py
│   ├── service.py
│   └── user.py
├── LICENSE
├── logs
│   └── TGSB.log
├── main.py
├── MESSAGES_TEXT.py
├── README.md
├── requirements.txt
├── spam
│   ├── gen_user_data.py
│   ├── mask.py
│   ├── proxy.py
│   └── spam.py
└── validate.py

Dependencies

aiofiles==23.2.1
aiogram==3.3.0
aiogram-dialog==2.1.0
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.2.0
attrs==23.2.0
cachetools==5.3.2
certifi==2024.2.2
charset-normalizer==3.3.2
colorama==0.4.6
docopt==0.6.2
frozenlist==1.4.1
h11==0.14.0
httpcore==1.0.2
httpx==0.25.2
idna==3.6
Jinja2==3.1.3
loguru==0.7.2
magic-filter==1.0.12
MarkupSafe==2.1.5
multidict==6.0.5
pipreqs==0.4.13
pretty-errors==1.2.25
psutil==5.9.8
pydantic==2.5.3
pydantic_core==2.14.6
python-telegram-bot==20.7
requests==2.31.0
six==1.16.0
sniffio==1.3.0
typing_extensions==4.9.0
urllib3==2.2.0
user_agent==0.1.10
yarg==0.1.9
yarl==1.9.4

Installing

git clone https://github.com/Nighty3098/TGSB 
cd TGSB

python3 -m venv TGSB
source TGSB/bin/activate

pip3 install -r requirements.txt

TGSB_TOKEN=%токен_вашего_бота% python3 main.py