Pluggable Telethon - Telegram UserBot

Overview

Ultroid - UserBot

A stable pluggable Telegram userbot, based on Telethon.

TeamUltroid

Stars Forks Python Version Contributors License Size

More Info
Documentation - ultroid.netlify.app

Deploy

Deploy to Heroku

  • Get your API_ID and API_HASH from here
  • Get your SESSION from here.
    and click the below button!

Deploy

Deploy Locally

  • Get your API_ID and API_HASH from here
  • Get your REDIS_URI and REDIS_PASSWORD from here, tutorial here.
  • Clone the repository:
    git clone https://github.com/TeamUltroid/Ultroid.git
  • Go to the cloned folder:
    cd Ultroid
  • Create a virtual env:
    virtualenv -p /usr/bin/python3 venv
    . ./venv/bin/activate
  • Install the requirements:
    pip install -r requirements.txt
  • Generate your SESSION:
    bash sessiongen
  • Fill your details in a .env file, as given in .env.sample.
    (You can either edit and rename the file or make a new file.)
  • Run the bot:
    bash resources/startup/startup.sh

Made with 💕 by @TeamUltroid.

Credits

Comments
  • Help us Translate Ultroid in other languages.

    Help us Translate Ultroid in other languages.

    Ultroid has Multi Language Support. We are looking for some help, to complete translation work.

    Your language strings must be added to the folder strings/strings/.

    You can download English strings, translate it to your desired language and put it to the path in format languagecode.yml. or you can fix any mistakes done in language strings...

    Note : Some Strings are still present in source, which needs to be seperated out for translation purpose. Doing that too, will be appreciated.

    After doing your changes, you can create a Pull Request and mention this Issue in that.

    enhancement good first issue help wanted Translation 
    opened by New-dev0 31
  • 🚨 Potential Improper Access Control

    🚨 Potential Improper Access Control

    👋 Hello, @1Danish-00, @buddhhu, @xditya - a potential high severity Improper Access Control vulnerability in your repository has been disclosed to us.

    Next Steps

    1️⃣ Visit https://huntr.dev/bounties/1-other-TeamUltroid/Ultroid for more advisory information.

    2️⃣ Sign-up to validate or speak to the researcher for more assistance.

    3️⃣ Propose a patch or outsource it to our community - whoever fixes it gets paid.


    Confused or need more help?

    • Join us on our Discord and a member of our team will be happy to help! 🤗

    • Speak to a member of our team: @JamieSlome


    This issue was automatically generated by huntr.dev - a bug bounty board for securing open source code.

    opened by huntr-helper 14
  • UltroidCli Build Fail Fix

    UltroidCli Build Fail Fix

    All the UltroidCli builds are failing because whenever they restart, i got what's exactly happening, heroku is taking the Dockerfile in Ultroid repo and not from UltroidCliTemplate repo... These have completely different commands, thus conflict exists!

    Deleting Dockerfile will resolve it! Heroku isn't going to un-blacklist Ultroid anytime soon!

    opened by BLUE-DEVIL1134 9
  • [BUG REPORT]:

    [BUG REPORT]:

    Contact Details

    @malinruwan

    What happened?

    A bug happened!Traceback (most recent call last):

    File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main

    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
    

    File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details

    return _get_module_details(pkg_main_name, error)
    

    File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details

    __import__(pkg_name)
    

    File "/usr/local/lib/python3.9/site-packages/pyUltroid/init.py", line 12, in

    udB = redis_connection()
    

    File "/usr/local/lib/python3.9/site-packages/pyUltroid/connections.py", line 100, in redis_connection

    our_db = connect_redis()
    

    File "/usr/local/lib/python3.9/site-packages/pyUltroid/connections.py", line 86, in connect_redis

    return connect_qovery_redis()
    

    File "/usr/local/lib/python3.9/site-packages/pyUltroid/connections.py", line 201, in connect_qovery_redis

    host=endpoint,
    

    UnboundLocalError: local variable 'endpoint' referenced before assignment

    Version

    0.0.8 (or later)

    Relevant logs output

    Traceback (most recent call last):
    
      File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main
    
        mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
    
      File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details
    
        return _get_module_details(pkg_main_name, error)
    
      File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details
    
        __import__(pkg_name)
    
      File "/usr/local/lib/python3.9/site-packages/pyUltroid/__init__.py", line 12, in <module>
    
        udB = redis_connection()
    
      File "/usr/local/lib/python3.9/site-packages/pyUltroid/connections.py", line 100, in redis_connection
    
        our_db = connect_redis()
    
      File "/usr/local/lib/python3.9/site-packages/pyUltroid/connections.py", line 86, in connect_redis
    
        return connect_qovery_redis()
    
      File "/usr/local/lib/python3.9/site-packages/pyUltroid/connections.py", line 201, in connect_qovery_redis
    
        host=endpoint,
    
    UnboundLocalError: local variable 'endpoint' referenced before assignment
    

    Acknowledgement

    • [X] I have followed all of the above steps.
    bug 
    opened by MalinrRuwan 8
  • [BUG REPORT] VC BOT

    [BUG REPORT] VC BOT

    Contact Details

    No response

    What happened?

    VC bot not working.

    Version

    0.3

    Hosted On

    Vps

    Relevant logs output

    VC Error - 2022.01.01.1
    
    .play believer
    
    Traceback (most recent call last):
      File "/home/ubuntu/ultroid/vcbot/__init__.py", line 242, in vc_handler
        await func(e)
      File "/home/ubuntu/ultroid/vcbot/play.py", line 70, in play_music_
        await ultSongs.group_call.start_audio(song)
      File "/home/ubuntu/.local/lib/python3.9/site-packages/pytgcalls/implementation/group_call.py", line 187, in start_audio
        self._audio_stream = AudioStream(
      File "/home/ubuntu/.local/lib/python3.9/site-packages/pytgcalls/utils.py", line 206, in __init__
        self.__input_container = av.open(source)
      File "av/container/core.pyx", line 355, in av.container.core.open
      File "av/container/core.pyx", line 226, in av.container.core.Container.__cinit__
      File "av/container/core.pyx", line 258, in av.container.core.Container.err_check
      File "av/error.pyx", line 336, in av.error.err_check
    av.error.FileNotFoundError: [Errno 2] No such file or directory
    

    Acknowledgement

    • [X] I have followed all of the above steps.
    bug 
    opened by vedantmgoyal2009 7
  • v0.3 is not deploying

    v0.3 is not deploying

    Contact Details

    @prophesur

    What happened?

    v0.3 not deploying

    Version

    0.3

    Hosted On

    Vps

    Relevant logs output

    12/31/2021, 18:56:34 || pyUltLogs [INFO] :
                    -----------------------------------
                            Starting Deployment
                    -----------------------------------
    
    12/31/2021, 18:56:34 || pyUltLogs [INFO] : Python version - 3.9.7
    12/31/2021, 18:56:34 || pyUltLogs [INFO] : py-Ultroid Version - 2022.01.01
    12/31/2021, 18:56:34 || pyUltLogs [INFO] : Telethon Version - 1.25.0
    12/31/2021, 18:56:34 || pyUltLogs [INFO] : Ultroid Version - 0.3
    Traceback (most recent call last):
      File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main
        mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
      File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details
        return _get_module_details(pkg_main_name, error)
      File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details
        __import__(pkg_name)
      File "/home/ubuntu/Ultroid/venv/lib/python3.9/site-packages/pyUltroid/__init__.py", line 15, in <module>
        from .startup.funcs import _version_changes, autobot
      File "/home/ubuntu/Ultroid/venv/lib/python3.9/site-packages/pyUltroid/startup/funcs.py", line 43, in <module>
        from ..functions.helper import download_file, updater
      File "/home/ubuntu/Ultroid/venv/lib/python3.9/site-packages/pyUltroid/functions/helper.py", line 17, in <module>
        from safety.tools import sys_exit
    ImportError: cannot import name 'sys_exit' from 'safety.tools' (/home/ubuntu/Ultroid/venv/lib/python3.9/site-packages/safety/tools/__init__.py)
    

    Acknowledgement

    • [X] I have followed all of the above steps.
    bug 
    opened by vedantmgoyal2009 7
  • [BUG REPORT] Cannot cast NoneType to any kind of Peer.

    [BUG REPORT] Cannot cast NoneType to any kind of Peer.

    Contact Details

    @Shad0wReal

    What happened?

    A bug happened! When i do .help and click on Plugin/some other buttons it gives me back an error. See below 👍 awfawf

    Version

    0.7

    Hosted On

    Vps

    Relevant logs output

    pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/home/Ultroid/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/home/Ultroid/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/home/Ultroid/venv/lib/python3.8/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/home/Ultroid/venv/lib/python3.8/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/home/Ultroid/venv/lib/python3.8/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/home/Ultroid/venv/lib/python3.8/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/home/Ultroid/venv/lib/python3.8/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    

    Acknowledgement

    • [X] I have followed all of the above steps.
    bug 
    opened by Shad0wGlitch 6
  • Update youtube.py

    Update youtube.py

    I think this is how it should be changed. But please make this edit because iOS and Desktop versions cannot play mp3 in telegram. So it should opened in VLC or another player. Please make it to upload in m4a so the problem would sort out 🥇

    opened by MalinrRuwan 5
  • Sourcery refactored dev branch

    Sourcery refactored dev branch

    Branch dev refactored by Sourcery.

    If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

    See our documentation here.

    Run Sourcery locally

    Reduce the feedback loop during development by using the Sourcery editor plugin:

    Review changes via command line

    To manually merge these changes, make sure you're on the dev branch, then run:

    git fetch origin sourcery/dev
    git merge --ff-only FETCH_HEAD
    git reset HEAD^
    

    Help us improve this pull request!

    opened by sourcery-ai[bot] 4
  • [BUG REPORT] Refused to start

    [BUG REPORT] Refused to start

    Contact Details

    @velosofyy

    What happened?

    Ultroid refused to start Hosted on a docker container using Dockerfile

    I already make sure that I fill the .env properly

    Version

    0.7

    Hosted On

    Vps

    Relevant logs output

    ┏┳┓╋┏┓╋╋╋╋┏┓┏┓
                ┃┃┣┓┃┗┳┳┳━╋╋┛┃
                ┃┃┃┗┫┏┫┏┫╋┃┃╋┃
                ┗━┻━┻━┻┛┗━┻┻━┛
    
          Visit @TheUltroid for updates!!
    
    
    11/29/2022, 21:11:32 | pyUltLogs [INFO] :
                        -----------------------------------
                                Starting Deployment
                        -----------------------------------
    
    11/29/2022, 21:11:32 | pyUltLogs [INFO] : Python version - 3.10.2
    11/29/2022, 21:11:32 | pyUltLogs [INFO] : py-Ultroid Version - 2022.08.30
    11/29/2022, 21:11:32 | pyUltLogs [INFO] : Telethon Version - 1.25.1 [Layer: 146]
    11/29/2022, 21:11:32 | pyUltLogs [INFO] : Ultroid Version - 0.7.1 [github actions]
    11/29/2022, 21:11:32 | pyUltLogs [INFO] : Using local file as database.
    WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
    11/29/2022, 21:11:39 | pyUltLogs [CRITICAL] : No DB requirement fullfilled!
    Please install redis, mongo or sql dependencies...
    Till then using local file as database.
    

    Acknowledgement

    • [X] I have followed all of the above steps.
    bug 
    opened by Velosofy 3
  • [BUG REPORT] button not working

    [BUG REPORT] button not working

    Contact Details

    No response

    What happened?

    A bug happened!

    Any button on .help command and others command will not working

    Bellow i provided instance log from mogenius website

    Version

    0.7

    Hosted On

    Other

    Relevant logs output

    ┏┳┓╋┏┓╋╋╋╋┏┓┏┓
                ┃┃┣┓┃┗┳┳┳━╋╋┛┃
                ┃┃┃┗┫┏┫┏┫╋┃┃╋┃
                ┗━┻━┻━┻┛┗━┻┻━┛
          Visit @TheUltroid for updates!!
    12/08/2022, 08:33:55 | pyUltLogs [INFO] : 
                        -----------------------------------
                                Starting Deployment
                        -----------------------------------
        
    12/08/2022, 08:33:55 | pyUltLogs [INFO] : Python version - 3.10.2
    12/08/2022, 08:33:55 | pyUltLogs [INFO] : py-Ultroid Version - 2022.08.30
    12/08/2022, 08:33:55 | pyUltLogs [INFO] : Telethon Version - 1.25.1 [Layer: 146]
    12/08/2022, 08:33:55 | pyUltLogs [INFO] : Ultroid Version - 0.7.1 [qovery | kubernetes]
    12/08/2022, 08:33:55 | pyUltLogs [INFO] : Installing 'redis' for database.
    WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
    12/08/2022, 08:34:15 | pyUltLogs [INFO] : Connecting to Redis...
    12/08/2022, 08:34:15 | pyUltLogs [INFO] : Connected to Redis Successfully!
    12/08/2022, 08:34:22 | pyUltLogs [INFO] : Trying to login.
    12/08/2022, 08:34:22 | pyUltLogs [INFO] : Logged in as ㅤㅤㅤ ㅤㅤㅤ
    12/08/2022, 08:34:22 | pyUltLogs [INFO] : Trying to login.
    12/08/2022, 08:34:24 | Telethon.client.users [INFO] : Phone migrated to 5
    12/08/2022, 08:34:24 | Telethon.client.telegrambaseclient [INFO] : Reconnecting to new data center 5
    12/08/2022, 08:34:26 | pyUltLogs [INFO] : Logged in as @DravorLand_Bot
    12/08/2022, 08:34:31 | pyUltLogs [INFO] : Initialising...
    12/08/2022, 08:34:32 | Telethon.network.mtprotosender [ERROR] : Request caused struct.error: required argument is not an integer: GetFullChatRequest(chat_id=InputPeerChat(chat_id=812146992))
    12/08/2022, 08:34:32 | pyUltLogs [ERROR] : required argument is not an integer
    Traceback (most recent call last):
      File "/pyUltroid/startup/funcs.py", line 262, in autopilot
        await ultroid_bot.get_permissions(int(channel), asst.me.username)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/chats.py", line 1365, in get_permissions
        chat = await self(functions.messages.GetFullChatRequest(entity))
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 32, in __call__
        return await self._call(self._sender, request, ordered=ordered)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 71, in _call
        future = sender.send(request, ordered=ordered)
      File "/usr/local/lib/python3.10/site-packages/telethon/network/mtprotosender.py", line 202, in send
        state = RequestState(request)
      File "/usr/local/lib/python3.10/site-packages/telethon/network/requeststate.py", line 18, in __init__
        self.data = bytes(request)
      File "/usr/local/lib/python3.10/site-packages/telethon/tl/tlobject.py", line 190, in __bytes__
        return self._bytes()
      File "/usr/local/lib/python3.10/site-packages/telethon/tl/functions/messages.py", line 2374, in _bytes
        struct.pack('
    struct.error: required argument is not an integer
    12/08/2022, 08:34:32 | Telethon.client.uploads [INFO] : Uploading file of 235172 bytes in 2 chunks of 131072
    12/08/2022, 08:34:33 | pyUltLogs [ERROR] : Cannot cast InputPeerChat to any kind of InputChannel.
    Traceback (most recent call last):
      File "/pyUltroid/startup/funcs.py", line 310, in autopilot
        await ultroid_bot(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 32, in __call__
        return await self._call(self._sender, request, ordered=ordered)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 47, in _call
        await r.resolve(self, utils)
      File "/usr/local/lib/python3.10/site-packages/telethon/tl/functions/channels.py", line 462, in resolve
        self.channel = utils.get_input_channel(await client.get_input_entity(self.channel))
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 263, in get_input_channel
        _raise_cast_fail(entity, 'InputChannel')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast InputPeerChat to any kind of InputChannel.
    12/08/2022, 08:34:34 | pyUltLogs [INFO] : • Installing Official Plugins || Count : 80 •
    12/08/2022, 08:34:57 | pyUltLogs [INFO] : Took 49s to start •ULTROID•
    12/08/2022, 08:34:57 | pyUltLogs [INFO] : 
                ----------------------------------------------------------------------
                    Ultroid has been deployed! Visit @TheUltroid for updates!!
                ----------------------------------------------------------------------
        
    12/08/2022, 08:47:44 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 08:47:45 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 08:47:47 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 08:47:48 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 14:33:51 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 14:33:53 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 14:33:54 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 14:33:55 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 14:34:35 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 315, in on_plug_in_callback_query_handler
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 14:34:36 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 315, in on_plug_in_callback_query_handler
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 16:32:50 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 16:32:50 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 16:32:50 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 16:32:50 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:47 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:48 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:49 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 138, in setting
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:52 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 293, in _
        await e.edit(buttons=button, link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:54 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 293, in _
        await e.edit(buttons=button, link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:55 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 293, in _
        await e.edit(buttons=button, link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:22:55 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 293, in _
        await e.edit(buttons=button, link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:23:07 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 315, in on_plug_in_callback_query_handler
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:23:08 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 315, in on_plug_in_callback_query_handler
        await event.edit(
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:28:41 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    12/08/2022, 22:28:42 | pyUltLogs [ERROR] : Cannot cast NoneType to any kind of Peer.
    Traceback (most recent call last):
      File "/pyUltroid/_misc/_assistant.py", line 77, in wrapper
        await func(event)
      File "/plugins/_inline.py", line 175, in help_func
        await ult.edit(text, buttons=page_num(count, key), link_preview=False)
      File "/usr/local/lib/python3.10/site-packages/telethon/events/callbackquery.py", line 341, in edit
        return await self._client.edit_message(
      File "/usr/local/lib/python3.10/site-packages/telethon/client/messages.py", line 1227, in edit_message
        entity = await self.get_input_entity(entity)
      File "/usr/local/lib/python3.10/site-packages/telethon/client/users.py", line 470, in get_input_entity
        peer = utils.get_peer(peer)
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 997, in get_peer
        _raise_cast_fail(peer, 'Peer')
      File "/usr/local/lib/python3.10/site-packages/telethon/utils.py", line 138, in _raise_cast_fail
        raise TypeError('Cannot cast {} to any kind of {}.'.format(
    TypeError: Cannot cast NoneType to any kind of Peer.
    

    Acknowledgement

    • [X] I have followed all of the above steps.
    bug 
    opened by NSTAdventure 0
  • instagram [BUG REPORT]

    instagram [BUG REPORT]

    Contact Details

    @its_kayden

    What happened?

    A bug happened! instagram plugin is not working : it just shows error or sometimes it doesnt reply anything and becomes un-responsive

    Version

    0.7

    Hosted On

    Vps

    Relevant logs output

    'int' object has no attribute 'encode'
    

    Acknowledgement

    • [x] I have followed all of the above steps.
    bug 
    opened by titu3e 0
Releases(v0.7)
  • v0.7(Aug 31, 2022)

  • v0.3(Dec 31, 2021)

    Ultroid v0.3 Updates [ Commit ]

    🎭 What's New? - Multiple DB Support [ Read More ] - Multi Client [ Read More ] - Quiz [ Read More ] - Using proxies. [ Read More ] - Option to Customize loading of official plugins [ Read More ] - gdrive (rewrite) [ Read More ] - TagLogger will log edit of tagged message 🎉

    🪅 New Plugins & Commands - file share [.help fileshare] - .q [.help specialtools] - ncode [.help utilities] - fsticker [.help fakeaction] - rotate [.help mediatools] - Media support in [.button] - rvgif [.help giftools] - shorturl [.help tools ]

    🎊 Addons - Morse Code [.help morsecode] - Images [.help images] - Activitygen [.help activitygen] - Random [.help random] - Waifu [.help waifu] - anime [.help anime]

    🧛 Inline Plugins - Twitter Search - Koo Search - Saavn Search - Fdroid Search [with download option]

    🤖 In MANAGER - Afk - kang [/help -> misc]

    🌀 Other Changes - .chatinfo is now merged in .info. - redis commands are changed, along with change in plugin name - [ redis.py >> database.py ] - .ialive is now .alive inline - .stoppic is now merged with .autopic along with other improvements. - Telethon is now at Latest layer [136]

    🗣 New Languages 🇯🇵 Japanese 🇦🇿 Azerbaijani

    🔉 Language Update - Russian [up-to-date with English] - Arabic - Farsi - Malayalam

    ➕ Along with - Minor Bug Fixes. - Addition in Security.

    🔥 Special Thanks to Language translation helpers and other Pull Requests.

    🔗 Now, Ultroid has it's own Url Shortener https://tiny.ultroid.tech

    🌺 Regards ~ @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.2(Dec 31, 2021)

    🪅 Ultroid 0.2 Updates [commit]

    🗒 In Short.

    • Focused on Speed.
    • Reduced Dependencies.
    • Shorter Logs.
    • Recreating our Things...

    🥁 In Main Repo

    • Updated Insta [.help instagram]
    • Button Support [Read More].
    • Delete time [Read More].
    • Disable Pic in Help [Read More]
    • [.help button]
    • [.help bot]
    • Fixed img, gadget and webshot.
    • Short Plugins are now merged into others.
    • Other Bug fixes and enhancements.

    🪤 In Ultroid Assistant

    • Media Support in Start Message.
    • Custom Text in Info Message. [Read More]
    • Media Support in broadcast.

    💬 In Pm Bot.

    💠 In Addons

    • [.help random]
    • [.help inlinefun]
    • [.help search_msgs]

    🎵 In VoiceChat

    • Fixed link not supported issue
    • Added clear all Queue cmd
    • Fixed Minor Issues

    🗣 Languages

    • New Language Strings has been Added.
    • Great Thanks to All Contributors. ❤

    🥳 [.update] to update... 🥳

    ~ @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.1(Sep 13, 2021)

    🎡 What's New ? 🤔

    • Rewritten Voice Calls.
    • Increased Security. [link]
    • Manager Features [link]
    • Rewritten Some db structure.
    • Enhanced Stability.

    ⛱ New Plugins

    • Audios [.help audiotools]
    • Videos [.help videotools]
    • Akinator [.help akinator]
    • Paper Writer [.help writer]
    • Image Maker [.help image]
    • Instagram [link]

    ✨ New Inline Plugins [.help >> Inline Tools >> ]

    • Piston
    • Xda Search
    • Ofox (new)

    🚦New Addons

    • [.help speechtool]
    • [.help devianart]
    • [.help astronomy]
    • [.help how_to]

    🐌 New Commands

    • .ultroid
    • .gadmincast
    • .ialive
    • .download (direct url)
    • .ccarbon (color carbon)
    • .pixelator
    • .border
    • .help chats

    💫 New Feature

    • Multi Plugin Channel [link]
    • Media in inline pmpermit. [link]
    • Username Tracker [link]
    • Taglog Reply 2 Reply [link]
    • Password in Zip [.help ziptools]
    • Sudo & Asst Handler [link]
    • Get rid of deployed msg [link]
    • Take edited msg as cmd [link]
    • Afk work after restart also.

    😉 For Developers

    • cpp eval [.help devtools]
    • Inline Piston
    • Auto Upstream Repo.
    • Use Custom Addons.

    **🎸🎷 New Vc Features 🎺 🎻 **

    🏔 Special Thanks

    🐞 BUGS ??

    • All old bugs & issue you guys had mentioned are resolved now. 😎
    • Now mention new 🐛 .

    🚧 Update your bots with command .update ~ @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.0.9(Jul 18, 2021)

    🎠 What's New/Up-Coming • Shifted to Pyrogram from telegraf • New Vc Setup/ Rebase [link] • Bypass Heroku Deploy [link] • New Inline Pmpermit [link] • TimeZone Setup [link] • Anti Ultroid [link] • Dual Mode [link] • Grp Manager • Many Hosting Methods/Platforms with tutorial

    🐌 New Plugins • Auto Chat Bot [.help chat_bot] • NightMode [.help nightmode] • Bot button [.help botecho] • Ebooks [.help] > [inline tools] > Ebook

    🌋 Bug Fixes • Google/img [.help google] • Multi Word Filters • Snips Work For Sudos • Redis Connection Issue • Message Edit Error • Minor Bugs

    🎧 VC Updates • Shifted To Pyrogram from telegraf • New Setup [Link Here] • Help [/vchelp]

    🛶 New Languages [credits] • Tamil • Turkish • Russian

    📨 Message :- "Yeah we know, This update is little weaker, But Don't Worry v0.1 gonna be a Mega Update😉, keep patience."

    Keep Supporting 🫀

    © @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.0.8(Jun 18, 2021)

  • v0.0.7(May 22, 2021)

    🧿 Ultroid v0.0.7 Updates 🧿

    🏮What's This Time?

    • More Easily Deployable
    • Fixed Redis Connect Error
    • Fixed idling Issue
    • Many New Stuffs 😉

    🎀 New Plugins

    • YouTube [.help youtube]
    • Gif Tools [.help giftools]
    • Logo Maker [.help logo]
    • Button Calculator [.calc]
    • Warn Plugin [.help warn]
    • Echo Plugin [.help echo]
    • Locks Plugin [.help locks]
    • Video Compressor [.help compressor]
    • Force Subscribe Channel [.help forcesubscribe]
    • QrCode [.help qrcode]
    • Pinterest [.help pinterest]
    • Megadl [.help megadl]
    • ZipTools [.help ziptools]
    • Image Resize [.help resize]
    • Polls [.help polls]
    • Extra [.help extra]

    ⚓ New Commands

    • Archive [.help pmpermit]
    • Gpromote [.help globaltools]
    • AutoDelete [.help admintools]
    • Csample [.help imagetools]

    🎳 ADDONS

    • How Google [.help how_google]
    • New Quotly [.help quotly]
    • [.help totalmsgs]

    🎰 Updated Stuffs

    • [.help] New Inline Menu With Lots Of Stuffs.
    • [.help download_upload] Now You Can Upload Folders/Directory Too.
    • Updated DataBase

    🐛 Bug Fixes

    • Fixed pdftools [.help pdftools]
    • Fixed AutoCorrect [.help autocorrect]
    • Fixed Superfban [.help superfban]
    • Fixed WebShot [.help webshot]
    • Fixed Sticker Search [.sticker text]
    • Fixed Conflicts & Errors

    🎷 Vc Updates

    • More Easy To Setup [link]
    • Auto Dyno Settings

    🀄 Languages [credits]

    • Added Spanish
    • Updated Pt-br

    Do [.update] To Update Bot.

    👥 @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.0.6(May 8, 2021)

    🥁 ULTROID 0.0.6 Updates 🥁

    🛎 New Features - - Secured Sudo link - Improved Bot Security link - DynoSaver link - Extra Features link - Modified PmSecurity - Best TagLogger - Fast Download / upload - Improved Stability

    🧿 New Plugins - FakeAction .help fakeaction - Unsplash .help unsplash - Schedule .help schedule_msg - Events .help dayevents - Js Eval .help evaljs - Get Variables .help variables - Saavn Music .help saavn

    🪅 New / Updated Commands - .shutdown Off Dynos - .thumbnail link - .ls or .ls <path> - .purge 10 - .purgeme 10 - .gban <username> <reason>

    🪤 New On Addons - QuoteFancy .help quotefancy - TruthDare .help truthdare - Pack Spam .help stickerspam - Base64 .help encode_decode - Flaticon .help flaticon - .insult cmd

    🔋 BUG Fixes - Autopic .help autopic - Test .test - Broadcast (added media support) - Blacklist / Snips - Mediainfo .help mediainfo - Fixed import Error - Fixed minor Bugs.

    🎎 VC Updates - Increased Stability - Added Exit Button - New Commands link

    🗣 New Language credits - Italian - Hindi

    🥳 Use .update now To update

    © @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.0.5(Apr 6, 2021)

    👑 Whats New - [ Many Things 😉]

    • Voice Calls with Ultroid [setup link (https://t.me/UltroidUpdates/4)] 👀
    • Chat via Assistant Bot [info (https://t.me/UltroidUpdates/2)]

    📤 New Plugins

    • Filter [info (https://t.me/UltroidUpdates/5)]
    • Notes [info (https://t.me/UltroidUpdates/5)]
    • Snips [info (https://t.me/UltroidUpdates/5)]
    • Blacklist [info (https://t.me/UltroidUpdates/5)]
    • greetings (welcome/goodbye) [info (https://t.me/UltroidUpdates/6)]
    • AutoCorrect (AutoCorrect Msg u send)
    • channelhacks (.help channelhacks)
    • ziptools (.help ziptools)
    • glitch (.help glitch)
    • Webshot (.webshot link send picture of website)
    • gadget (.gadget )
    • dm (.dm )
    • save (reply message/media to save it on your saved msgs)
    • getaddons

    🗂 New Commands

    • .color (convert black & white img to colorful)
    • .gucast (To send Ur message To all Ur private Chats)

    📚 In Addons

      • Echo (.help echo)
      • Inlinefun (.help Inlinefun)
      • covid (.help covid)

    📇 Fixes

      • Clone
      • wspr (reply any user .wspr only)
      • autopic (.autopic )
      • admin tools
      • conflict
      • Other Bugs....

    🌇 New Languages [Credits (https://t.me/UltroidNews/24)]

    • Portuguese - Brazilian
    • Chinese
    • Sinhala

    ✨ Documentation - http://ultroid.tech/ ✨

    (c) @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.0.4(Mar 13, 2021)

    🐠 Ultroid v0.0.4

    Changes:

    Multi-Lingual:Multilanguage support for all official plugins. Available languages as of now:

    • English
    • Arabic
    • Indonesian
    • Malayalam
    • Bengali
    • Odia
    • Marathi
    • Gujarati (incomplete)
    • Tamil (incomplete)

    More Features In Assistant Menu

    • .stoppic command to stop autopic

    New Plugins:

    • WebUpload
    • Groups

    Fixes:

    • GDrive
    • PmPermit
    • Tools
    • All New Bugs & Issues
    • Broadcast:
      • .add works in channels.
      • .add all no longer adds channels twice.

    New docker:

    • Faster deploys (5 minutes)

    • Faster updates (1 minute)

    • Faster restart (just seconds)

    • All credits can be found here (link @UltroidNews)

    🌝 Addons

    Fixes:

    • Delayspam

    New Plugins:

    • flaticon
    • qrtools
    • speechtool

    Use .update to Update your Bots!

    (c) @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
  • v0.0.3(Mar 5, 2021)

    New 👉 New Inline Help Feature 👉 Added Gdrive Module 👉 Added Globaltools Module 👉 Added Tag module 👉 Added Broadcast Module 👉 Added Converter Module 👉 Added Some Addons

    Bugs Fixes 👉 Updated Some Modules 👉 Fixed Minor Bugs 👉 Fixed Some Not working Cmds

    News 🔰 Redis dB is Fixed , we'll add welcome, notes, filters soon 🔰 No Need To Go To Heroku Just Do .help nd Go to settings button

    🌟 Increased Stability nd Speed🌟

    ✨✨ Documentation ✨✨

    © @TeamUltroid

    Source code(tar.gz)
    Source code(zip)
Owner
Team Ultroid
Telethon - Telegram - UserBot
Team Ultroid
⚡ ʑɠ ცơɬ Is One Of The Fastest & Smoothest Bot On Telegram Based on Telethon ⚡

『ʑɠ ცơɬ』 ⚡ ʑɠ ცơɬ Is One Of The Fastest & Smoothest Bot On Telegram Based on Telethon ⚡ Status Of Bot Telegram 🏪 Dєρℓογ το нєяοκυ Variables APP_ID =

ʑɑʑɓɦɑɪ 0 Feb 12, 2022
Available slots checker for Spanish Passport

Bot that checks for available slots to make an appointment to issue the Spanish passport at the Uruguayan consulate page

1 Nov 30, 2021
Webservice that notifies users on Slack when a change in GitLab concern them.

Gitlab Slack Notifier Webservice that notifies users on Slack when a change in GitLab concern them. Setup Slack Create a Slack app, go to "OAuth & Per

Heuritech 2 Nov 04, 2021
ВКонтакте бот для управления Sugar кошельком

Sugarchain VK ВКонтакте бот для управления Sugar кошельком Установка Установить зависимости можно командой: pip install -r requirements.txt Запуск (из

Vladimir 4 Jun 06, 2021
Telegram 聊天機器人,追蹤momo降價、重新上架

簡介 price-tracker-bot is a telegram bot that can trace the price on momoshop. 功能 降價通知 上架通知 收藏商品 清空已收藏商品 顯示目前已收藏商品 Demo Bot Telegram bot search @momo_pr

92 Dec 28, 2022
Telegram Bot to learn English by words and more.. ( in Arabic )

Get the mp3 files Extract the mp3.rar on the same file that bot.py on install requirements pip install -r requirements.txt #Then enter you bot token

Plugin 10 Feb 19, 2022
A Python API For Questionnaire

Инструкция по разворачиванию приложения Окружение проекта: python 3.8 Django 2.2.10 djangorestframework Склонируйте репозиторий с помощью git: git clo

2 Feb 14, 2022
A Discord Self-Bot in Python

👨‍💻 Discord Self Bot 👨‍💻 A Discord Self-Bot in Python by natrix Installation Run: selfbot.bat Python: version : 3.8 Modules

natrix_dev 3 Oct 02, 2022
A python bot that scrapes free udemy coupons and sends them to Telegram.

About: A python telegram bot that scrapes information about fresh free Udemy coupons content from couponscorpion.com and sends it to teleram channel h

Irina Gayday 1 Dec 19, 2021
Code to help me strengthen my bot army

discord-bot-manager an api to help you manage your other bots auth lazy: using the browser dev tools, capture a post call and view the Authorization h

Riley Snyder 2 Mar 18, 2022
A Discord Token Spammer, multi webhooks compatibility, made in python +3.7. By Ezermoz

DiscordWebhookSpammer A Discord Token Spammer, multi webhooks compatibility, made in python +3.7. By Ezermoz Put you webhook in webhooks.txt if you wa

3 Nov 24, 2021
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

24 July 2020 Actively soliciting contributers! Ping @ronncc if you would like to help out! pytube pytube is a very serious, lightweight, dependency-fr

pytube 7.9k Jan 02, 2023
Python async SDK for betsapi.com

Python async SDK for betsapi.com

1 Dec 21, 2021
PR Changes Matrix Builder

Pr-changes-matrix-builder - A Github Action that will output a variable to be used in a matrix strategy job based on a PR&'s changes

Kyle James Walker (he/him) 21 Oct 04, 2022
Telegram bot for Whisper Message.

Whisper Bot @WhisperStarkBot A star ⭐ from you means a lot to us! Telegram bot for Whisper Message. Usage Deploy to Heroku Tap on above button and fil

Stark Bots 33 Nov 24, 2022
A Very Simple Telegram Files Rename Bot by @AbirHasan2005

Rename-Bot This is a very simple Telegram Files Rename Bot by @AbirHasan2005. Features Rename Videos, Files or Audios. Permanent Custom Thumbnail Supp

Abir Hasan 124 Dec 25, 2022
A Discord BOT that uses Google Sheets for storing the roles and permissions of a discord server.

Discord Role Manager Bot Role Manager is a discord BOT that utilizes Google Sheets for the organization of a server's hierarchy and permissions. Detai

Dion Rigatos 17 Oct 13, 2022
Simplebot-tg - Telegram/DeltaChat Bridge with python

simplebot_tg Telegram/DeltaChat Bridge, is a plugin for https://github.com/simpl

Arián Díaz Cruz 1 Dec 30, 2021
Sends notifications when Pokemon Center products are in stock

Sends notifications when Pokemon Center products are in stock! If you use this for scalping, I will break your kneecaps

2 Jan 20, 2022
Autov2new - Pro Auto Filter Bot V2

Pro Auto Filter Bot V2 Deploy You can deploy this bot anywhere. Watch Deploying

1 Jan 06, 2022