Skip to content

A bot to spam users and send promotional messages to people's private messages.

License

Notifications You must be signed in to change notification settings

Mo3tafa-shafiee/Tabchi-Mokhber

 
 

Repository files navigation


برای توضیحات فارسی اینجا بزنید



🤖 Mokhber Bot - Automated Advertisement & User Collection Bot

Mokhber is an advanced Telegram bot designed for automated advertising and user collection. It allows you to gather user IDs from groups and private chats, store them, and send targeted promotional messages efficiently. With smart scheduling, random delays, and active user detection, Mokhber ensures optimal message delivery while minimizing the risk of getting restricted by Telegram.
Key Features:

✅ Automatic user collection from groups and private chats
✅ Bulk messaging with smart delays and scheduling
✅ Randomized bio updates for a more natural presence
✅ Active user filtering to improve engagement rates
✅ Multi-group message broadcasting for wider reach
✅ Automated reports and delivery tracking

Mokhber is ideal for businesses and individuals who want to expand their audience and maximize their reach in Telegram while maintaining security and efficiency.

Installation instruction

1- Update the server:

sudo apt update && sudo apt upgrade -y

2- Install Python

sudo apt install python3 python3-pip -y
  • Install prerequisites
pip install uv

4- Download the project

apt install wget unzip
mkdir -p mokhber
wget -O tabchi-mokhber.zip https://github.com/MrAminiDev/Tabchi-Mokhber/archive/refs/heads/main.zip
unzip tabchi-mokhber.zip -d mokhber
mv mokhber/Tabchi-Mokhber-main/* mokhber/
rm -r mokhber/Tabchi-Mokhber-main
rm tabchi-mokhber.zip
  • Enter the Mokhber folder using the following command
cd mokhber

6- Edit the main.py file and put your token information in lines 14 and 13

nano main.py

To get API ID, HASH ID, go to https://my.telegram.org and create your program In line 15, put the admin ID number that can control the bot

8- Run the following command to run the bot

uv run main.py

To keep the bot running permanently, you need to use the service

nano /etc/systemd/system/mokhber.service

Put the following content in the service file

[Unit]
Description=mokhber
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/root/mokhber
ExecStart=/usr/local/bin/uv run main.py
Restart=always

[Install]
WantedBy=multi-user.target

Activation:

sudo systemctl daemon-reload
sudo systemctl enable mokhber.service
sudo systemctl start mokhber.service

Shutdown the bot:

sudo systemctl stop mokhber.service

Viewing the bot logs:

journalctl -u mokhber.service -f

Support with Crypto

  • TRX : TLfVhyK6ihTuPNtFpuhULNuJaiKFLHxMFL

Stargazers over time

Stargazers over time

About

A bot to spam users and send promotional messages to people's private messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%