Warning
!!! Use at your own risk. The developer is not responsible for your actions !!!
Warning
The bot is under development, so not all functionality works correctly.
- BTN - "SMA spam"
- BTN - "Call spam"
-
/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"
-
/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"
.
βββ 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
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
git clone https://github.com/Nighty3098/TGSB
cd TGSB
python3 -m venv TGSB
source TGSB/bin/activate
pip3 install -r requirements.txt
TGSB_TOKEN=%bot_token% python3 main.py