Skip to content

W1l1z/W1l1z-Userbot

Repository files navigation

W1l1z-Userbot
W1l1z-Userbot
Telegram userbot with the easiest installation
Releases Owner

About

W1l1z-Userbot is a Telegram userbot. So how does it work? It works in a very simple way, using the pyrogram library, a python script connects to your account and catches your commands.

Using selfbot/userbot is against Telegram's Terms of Service, and you may get banned for using it if you're not careful.

The developers are not responsible for any consequences you may encounter when using W1l1z-Userbot. We are also not responsible for any damage to chat rooms caused by using this userbot.

Installation

Linux, Termux (use f-droid version) and Windows [only wsl]

sudo -i
apt-get upgrade -y && apt-get update && apt install python3-pip && apt install git && git clone https://github.com/W1l1z/W1l1z-Userbot.git && pip3 install --upgrade pip && cd W1l1z-Userbot/ && pip install pyrogram && pip install environs && pip3 install -r requirements.txt && bash install.sh

macOS [brew]

brew install git && git clone https://github.com/W1l1z/W1l1z-Userbot.git && cd W1l1z-Userbot && brew install python@3.8 && pip3 install --upgrade pip && pip3 install wheel && brew install ffmpeg && pip3 install -r requirements.txt && pip3 install -U 'pytgcalls[pyrogram]' && echo Enter your db_url: && read uservar && python3 install.py $uservar

Next enter mongo_db_url (How to get Mongodb_URL and login in telegram)

.help (in telegram chat)

Subsequent launch:

python3 main.py

Groups and support

Channel with latest news on the official telegram [ru/en]

Channel with custom modules [ru/en]

Credits

  • W1l1z