/FoxUserbot-dev

FoxUSERBOT | Telegram Userbot built with Pyrogram

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FoxUserbot
FoxUserbot 2.0
Telegram userbot with the easiest installation
Custom modules

License last-commit Issues CodeFactor Stars Size Language Python

Custom modules

To add your module to the bot, create a pull request in the custom_modules repository

from pyrogram import Client, filters
from modules.plugins_1system.settings.main_settings import module_list, file_list
from prefix import my_prefix

# If you need to install an external module via pip
# import the following line of code and install the library with the required parameter

# from requirements_installer import install_library
# install_library("requests -U") 
#
# ^^^ pip3 install requests -U
#
# =================================================
#
# from requirements_installer import install_library
# install_library("requests==2.32.3") 
#
# ^^^ pip3 install requests -U


@Client.on_message(filters.command("example_edit", prefixes=my_prefix()) & filters.me)
async def example_edit(client, message):
    await message.edit("<code>This is an example module</code>")
    
module_list['Example'] = f'{my_prefix()}example_edit'
file_list['Example'] = 'example.py'

Install and Start

How to install?

  • Termux
pkg update -y && pkg install python3 wget -y && termux-wake-lock && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm -rf foxub.$$ && cd FoxUserbot-main && python3 main.py)
  • APT (Debian based)
apt update -y && sudo apt install python3 python3-pip wget -y && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm -rf foxub.$$ && cd FoxUserbot-main && python3 main.py)
  • Astra Linux (if python < 3.7, else go to "Debian based")
apt update -y && sudo apt install curl wget -y && sh <(curl -sSL https://raw.githubusercontent.com/FoxUserbot/FoxUserbot/main/HowToGetPython3_8.sh) && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm -rf foxub.$$ && cd FoxUserbot-main && python3 main.py)
  • YUM (RHEL based)
yum -y update && sudo yum install wget python3 curl -y && python3 <(curl -sSL https://bootstrap.pypa.io/get-pip.py) && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm -rf foxub.$$ && cd FoxUserbot-main && python3 main.py)
  • PACMAN (Arch based)
sudo pacman -Sy python3 wget curl && python3 <(curl -sSL https://bootstrap.pypa.io/get-pip.py) && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm -rf foxub.$$ && cd FoxUserbot-main && python3 main.py)
  • EMERGE (Gentoo)
sudo emerge python wget net-misc/curl && python3 <(curl -sSL https://bootstrap.pypa.io/get-pip.py) && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm -rf foxub.$$ && cd FoxUserbot-main && python3 main.py)
  • MacOS
xcode-select --install ; /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" && brew install python3 && pip3 install --upgrade pip && pip3 install wheel && brew install wget && wget -O foxub.$$ https://github.com/FoxUserbot/FoxUserbot/archive/refs/heads/main.zip && (unzip foxub.$$ && rm foxub.$$ && cd FoxUserbot-main && python3 main.py)

How to start?

termux-wake-lock ; cd FoxUserbot-main && python3 main.py

Windows

Install

How to start

  • Open windows.bat

How to start in repl.it?

Run on Repl.it

Groups and support

Telegram

Credits

➤ A9FM Github | Telegram

We will steal your sessions and publish them on our Telegram channel :)