Skip to content
/ ds Public

Pyrogram userbot for delay spam in multiple chats

License

Notifications You must be signed in to change notification settings

kastaid/ds

Repository files navigation

ds

Pyrogram userbot for delay spam in multiple chats

CI LICENSE Version

Disclaimer

⚠️ Important: Your Telegram account may get banned. We are not responsible for any misuse of this userbot.

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!

Table of Contents

Requirements

  • Python 3.11.x
  • Linux (recommended: Debian/Ubuntu)
  • Telegram API_ID and API_HASH from API development tools

Quick Start

Follow these steps to set up and run ds on your system.

Clone Repository

git clone https://github.com/kastaid/ds.git
cd ds

String Session

Generate STRING_SESSION by choosing Pyrofork at @strgen_bot.

Config

Create a .env file in the main directory and fill it with the example from example.env.

Deployments

Choose your preferred deployment method below.

Docker Compose

Deploy using Docker Compose for easy containerized deployment.

git pull && \
  docker compose up --detach --build --force-recreate && \
  docker compose logs -f

Locally

Run ds locally on your machine or server (e.g., on Termux).

Production

pip3 install -r requirements.txt
python3 -m ds

Development

pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
python3 -m run --watch

More commands: run python3 -m run -h.

Usage

Once successfully deployed, test your ds by sending ping in any chat.

ds 5 10 ok
ds1 9 5 cool

dscancel
ds1cancel

dsstop
ds1stop

dsclear

Please read how the delay spam commands work at delayspam.py.

Supports

If you’re enjoying it or want to support development, feel free to donate. Thank you! ❤️

Contributing

Want to contribute? Read the Contributing.

License

Released under the MIT License.