Git Product home page Git Product logo

dragon-userbot's Introduction

Dragon-Userbot
Dragon-Userbot
Telegram userbot with the easiest installation
Installation Releases Community Custom modules
Code style GitHub last commit GitHub Repo stars

About

Dragon-Userbot is a Telegram userbot (in case you didn't know, selfbot/userbot are used to automate user accounts). So how does it work? It works in a very simple way, using the pyrogram library, a python script connects to your account (creating a new session) 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 Dragon-Userbot. We are also not responsible for any damage to chat rooms caused by using this userbot.

Installation

lavHost

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

apt-get upgrade -y && apt-get update && apt install git && git clone https://github.com/Dragon-Userbot/Dragon-Userbot.git && cd Dragon-Userbot/ && bash install.sh

macOS [brew]

brew install git && git clone https://github.com/Dragon-Userbot/Dragon-Userbot.git && cd Dragon-Userbot && brew install [email protected] && 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:

cd Dragon-Userbot/
python3 main.py

Custom modules

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

from pyrogram import Client, filters
from pyrogram.types import Message

from utils.misc import modules_help, prefix


# if your module has packages from PyPi

# from utils.scripts import import_library
# example_1 = import_library("example_1")
# example_2 = import_library("example_2")

# import_library() will automatically install required library
# if it isn't installed


@Client.on_message(filters.command("example_edit", prefix) & filters.me)
async def example_edit(client: Client, message: Message):
    await message.edit("<code>This is an example module</code>")


@Client.on_message(filters.command("example_send", prefix) & filters.me)
async def example_send(client: Client, message: Message):
    await client.send_message(message.chat.id, "<b>This is an example module</b>")


# This adds instructions for your module
modules_help["example"] = {
    "example_send": "example send",
    "example_edit": "example edit",
}

# modules_help["example"] = { "example_send [text]": "example send" }
#                  |            |              |        |
#                  |            |              |        └─ command description
#           module_name         command_name   └─ optional command arguments
#        (only snake_case)   (only snake_case too)

Groups and support

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

Channel with custom modules [ru/en]

Discussion in the official telegram chat [ru]

Discussion in the official telegram chat [en]

Credits

  • Taijefx34
  • LaciaMemeFrame
  • KurimuzonAkuma
  • asphy tg and namemc
  • fuccsoc
  • dragon-userbot's People

    Contributors

    artemetra avatar asphyxiamywife avatar asteroid-den avatar bielarusajed avatar dependabot[bot] avatar fuccsoc avatar iamnalinor avatar john-phonk avatar kurimuzonakuma avatar laciamemeframe avatar lrdcxdes avatar medovyha avatar navernoeda avatar nokomotc avatar pashiloy54 avatar rodion-gudz avatar tryhardowner avatar tupaban-dev avatar

    Stargazers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    Watchers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    dragon-userbot's Issues

    sh1t

    нищ не пук опкакался

    inshorts.py

    content://ir.ilmili.telegraph.provider/media/Android/data/ir.ilmili.telegraph/files/Telegram/Telegram%20Files/inshorts.py

    Мало звёзд

    Решение проблемы - поставить звезду
    🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟

    Having some issues with installation

    (venv) mac@macs-MacBook-Pro  ~/Dragon-Userbot   master  echo Enter your db_url: && read uservar && python3 install.py $uservar
    Enter your db_url:
    mongodb+srv://vanilla(can't show the password)@cluster0.ikvnj.mongodb.net/Dragon_Userbot?retryWrites=true&w=majority
    Traceback (most recent call last):
    File "install.py", line 22, in
    from utils import config
    File "/Users/mac/Dragon-Userbot/utils/config.py", line 6, in
    api_id = env.int("API_ID")
    File "/Users/mac/Dragon-Userbot/venv/lib/python3.8/site-packages/environs/init.py", line 116, in method
    raise EnvError('Environment variable "{}" not set'.format(proxied_key or parsed_key))
    environs.EnvError: Environment variable "API_ID" not set
    (venv) ✘ mac@macs-MacBook-Pro  ~/Dragon-Userbot   master 

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.