// AUTHORBOT-SYS v2.4.1 :: CONNECTED 00:00:00
[ AUTHORBOT.EXE ] :: USERBOT TERMINAL
ONLINE
> ADVANCED TELEGRAM USERBOT SYSTEM <
ANDROID/TERMUX WINDOWS/WSL LINUX VPS FREE OPEN SOURCE

> AuthorBot is a modern userbot for Telegram — it operates under a regular user account, unlocking powerful capabilities unavailable to conventional bots. Supported platforms: Android via Termux, Windows via WSL, and Linux VDS/VPS servers.

> A userbot acts like a standard bot but runs as you. It can download TikTok videos, moderate chats, find music, search Google — all without leaving Telegram or launching external apps.

■ SYSTEM CAPABILITIES // FEATURE_LIST.SYS
► LATEST TELEGRAM CORE

Full support for reactions, video stickers, quotes, and all new Telegram features.

► HARDENED SECURITY

Built-in entity caching and targeted security rules for safer execution.

► OPTIMIZED UI/UX

Clean, intuitive interface with streamlined user interaction flow.

► HIGH PERFORMANCE

Stable and fast operation with minimal latency on all supported platforms.

► NONICK SUPPORT

Ability to operate the userbot through an alternative account.

► MULTI-LANGUAGE

Full Ukrainian language support built into the interface by default.

■ INSTALLATION GUIDE // SETUP.SYS

Install Termux from the link above, then execute the command below in the terminal:

TERMUX // SHELLbash
termux-wake-lock && export AIOHTTP_NO_EXTENSIONS=1 && pkg upgr -y && pkg i wget ncurses-utils python openssl git -y && clear && . <(wget -qO- https://raw.githubusercontent.com/VadymYem/AuthorBot/refs/heads/master/termux.sh)

⚠ If prompted for confirmation, enter Y to proceed with all required packages.
If the script outputs Aborted, remove termux-wake-lock && from the command and retry.

[02] ► WINDOWS — VIA WSL

Follow these steps to deploy AuthorBot on Windows using WSL:

  1. Install WSL — open PowerShell as Administrator:
    POWERSHELL // ADMINshell
    wsl --install -d Ubuntu-22.04

    ⚠ Requires Windows 10 build 2004+ with virtualization support. For older versions, see the manual installation guide.

  2. Reboot your PC and launch Ubuntu 22.04
  3. Install pip inside the Ubuntu shell:
    UBUNTU // WSL SHELLbash
    curl -Ss https://bootstrap.pypa.io/get-pip.py | python3

    ⚠ If you see yellow warnings, run: export PATH="/home/username/.local/bin:$PATH" — replace with the path shown in the warning.

  4. Clone and launch AuthorBot:
    UBUNTU // WSL SHELLbash
    clear && git clone https://github.com/VadymYem/AuthorBot && cd AuthorBot && pip install -r requirements.txt && python3 -m hikka

One-liner deployment on any Debian/Ubuntu VPS:

LINUX // ROOT SHELLbash
sudo apt update && sudo apt upgrade -y && sudo apt install git python3 -y && git clone https://github.com/VadymYem/AuthorBot && cd AuthorBot && pip install -r requirements.txt && python3 -m hikka --no-web
[04] ► OBTAINING API_ID & API_HASH

AuthorBot requires a Telegram API_ID and API_HASH to authenticate. Watch this video tutorial to learn how to obtain your credentials from my.telegram.org.

■ EXTERNAL LINKS // NETWORK.SYS
■ COPIED TO CLIPBOARD ■