bulky-userbot

bulky

JavaScript NodeJS mtcute

A useful tool for deleting all messages (in the chat where the command was executed or globally) containing a certain word or phrase.

Use the ā€œ-gā€ flag to delete messages in ALL your PMs and chats.

.bulk -g stupid nikita

Use the ā€œ-lā€ flag to delete ONLY your messages.

.bulk -l maybe i'm cringe

You can combine flags for better results! For example, this command will delete all YOUR messages in ALL your PMs and chats:

.bulk -g -l i'm not cute >.<

Otherwise, without using flags, messages from ALL users in the PM (or chat) where the command was executed will be deleted.

screenshots

image
image
image
image

install node (on macos/windows)

  1. download node.js: https://nodejs.org/en
  2. restart your pc or reopen vsc & terminal with admin rights

install node (on arch linux)

sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/nvm.git ~/nvm
cd ~/nvm
makepkg -si

install node (on ubuntu)

sudo apt update
sudo apt install curl
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
nvm install node

environment variables

rename .env.example to .env and fill in the variables

you can get API_ID and API_HASH here: https://my.telegram.org/apps

install dependencies

npm i

usage

node .

special thanks