Pyrogram userbot for delay spam in multiple chats
Warning
Your Telegram account may get banned if this userbot is misused. We are not responsible for any spam, violations, or account restrictions.
Use it at your own risk and review the Telegram API Terms.
- Python 3.14+
- Linux (Debian/Ubuntu)
- Telegram
API_IDandAPI_HASHfrom API development tools
Follow these steps to set up and run ds on your system.
git clone https://github.com/kastaid/ds.git
cd dsGenerate STRING_SESSION by choosing Pyrofork at @strgen_bot.
Create a .env file in the main directory and fill it with the example from example.env.
Choose your preferred deployment method below.
Deploy using Docker Compose for easy containerized deployment.
git pull && \
docker compose up -d --build && \
docker compose logs -fRun ds locally on your machine or server (e.g., on Termux).
pip3 install -r requirements.txt
python3 -m dspip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
python3 -m run --watchMore commands: run python3 -m run -h.
Once successfully deployed, test your ds by sending ping in any chat.
ds 5 10 ok
ds1 9 5 cool
dscancel
ds1cancel
dsstop
ds1stop
dsclearPlease read how the delay spam commands work at delayspam.py.
If you’re enjoying it or want to support development, feel free to donate. Thank you! ❤️
Want to contribute? Read the Contributing.
Released under the MIT License.