Pyrogram userbot for delay spam in multiple chats
If you spam, face issues with Telegram, or get your account deleted, DON’T BLAME US!
- No personal support.
- We won’t spoon-feed you.
- If you need help, ask in our support group, and we or others will try to help you.
- DWYOR (Do With Your Own Risk).
Review the Telegram API Terms of Service.
Thank you for trusting and using this userbot!
- Python 3.11.x
- Linux (recommended: 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 --detach --build --force-recreate && \
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.