Local Host
Linux (WSL compatible)
Install Git
There are instructions for installing on several different Unix distributions on the Git website, at https://git-scm.com/download/linux
Clone the repo
SHELL
git clone https://github.com/The-MoonTg-project/Moon-Userbot.gitInstallation
SHELL
cd Moon-Userbot
chmod +x install.sh
./install.shInstaller tested on:
- Arch
- Debian
- Ubuntu
- WSL (APT based distros)
Feel free to test on other distros and let us know!
Termux (Android)
Download and install Termux from F-Droid or GitHub
Copy this command and paste in Termux:
Copy this command and paste in Termux:
SHELL
curl -L# https://raw.githubusercontent.com/The-MoonTg-project/Moon-Userbot/master/termux-install.sh -o t-moonub.sh && bash t-moonub.shTermux may ask permission to work in the background, you should allow it.
Switch to Telegram and enjoy!
Windows (WSL)
You need WSL feature enabled and install any WSL distro of your choice.
Follow the steps mentioned in the Linux section.
For additional WSL documentation, refer to Microsoft’s WSL documentation.