刮擦电报成员并使用PC /笔记本电脑(Python&Pycharm)添加到您的组中



在此视频中,我将向您展示如何使用PC /笔记本电脑抓取成员并将其添加到自己的群组中。 创建api_id和api_hash链接http://my.telegram.org/auth电报脚本:??????加入并检查固定的消息https://t.me/joinchat/AAAAAFgaixvh5AKijHsJ2g在这里购买电报会员! ??????——————————————– ———————————————通过电报与我的朋友联系如果您需要电报会员! 电报用户名:@greanier证明:??????https://t.me/joinchat/AAAAAFgCAPp1YL7RIi5zLQ新的目标电报组成员。 -您必须提供竞争对手/目标群体-将抓取并将其添加到您的组中。 1000会员= 25 $通过以下方式付款:贝宝(BTC,XRP,ETH,BCH)——————————- ————————————————– ——–是否需要电报动画贴图,非动画贴图和GIF制作工具? 与他联系?@ Ge3mac ———————————————感谢收看! #TelegramTools #TelegramAddUsingPycharm #SubscribeTomyChannel电报电报加法成员加法电报刮添加到您的免费​​组成员来电免费附加成员电报电报技巧无限ERRO成员电报捐赠:BTC:38HSJTdGpJXLekTSe26PreJR52GnDXi1JR ETH:0x005c1ee195c8719b4e59a97287e8957b034536fb XRP:rU2mEJSLqBRkYLVTv55rFTgQajkLTnT6mA DOGE:DKVGup5yLXFjP5wzXnhRGN1WCLje413w6Y ZCOIN:a2b464v5HLUGqmR1TKSkPy5zJ1EQRJmqsP➖➖➖ ➖➖➖➖➖➖➖➖➖➖➖➖免责声明:本频道不会促进或鼓励任何非法活动,本频道提供的所有内容仅用于教育和信息用途。 ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖。

38 comments
  1. flood error is normal, keep in mind that flood error is not telegram script problem its a telegram account problem.. there is a limit on adding members in telegram daily a limit of 20-50 members addition daily then after that getting such an error. but thats normal, please check your status in spam bot if you experience flood error also or the telegram need 2-4 days before adding again. because sometimes our account is getting restricted because your adding members without a permission to the user so that telegram restrict you from adding members.

  2. i cant add channel
    telethon.errors.common.MultiError: ([ChatAdminRequiredError('Chat admin privileges are required to do that in the specified chat

    (for example, to send a message in a channel which is not yours),

    or invalid permissions used for the channel or group (caused by GetParticipantsRequest)'),
    ChannelScraper.py

  3. Hi! Good stuff, but i'm getting this error:
    Traceback (most recent call last):

    File "C:/Users/Administrator/Desktop/Auto Member Adder/Auto Member Adder/Adder.py", line 38, in <module>

    user['id'] = int(row[1])

    ValueError: invalid literal for int() with base 10: ''

  4. it just add 1 or 2 members after 24 hours …… besause it starts adding old members first who are already in group plzzz help

  5. Wow. Simply amazing. Tried this using multiple phone numbers to extract data from group and it worked. One observation is that if your number has 2FA activated then it will not work. You have to deactivate 2FA and then run the script.
    I will try adding to a group later.

  6. why i can only scrap the list of user if im the admin ?? ('Chat admin privileges are required to do that in the specified chat (for example, to send a message in a channel which is not yours), or invalid permissions used for the channel or group (caused by GetPart

  7. Traceback (most recent call last):

    File "C:/Users/salva/Desktop/Auto Member Adder/Scraper.py", line 2, in <module>

    from telethon.sync import TelegramClient

    ModuleNotFoundError: No module named 'telethon'
    pls help me

  8. I'm getting this error:
    telethon.errors.rpcerrorlist.UserIdInvalidError: Invalid object ID for a user. Make sure to pass the right types, for instance making sure that the request is designed for users or otherwise look for a different one more suited (caused by InviteToChannelRequest)

    Is it because of flood restriction or something else?

  9. user_to_add = InputPeerUser(user['id'], user['access_hash'])

    client(InviteToChannelRequest(target_group_entity, [user_to_add]))
    unable add user by id and hash

  10. I find the solution to the editing Use** notpad++ ** this file format is text/x-c u can edit by Wordpad also but difficult if u find software to edit or add some code to source reply here tanx

  11. sir this error |
    C:UsersTewoderos3rd>python -m pip install telethon

    Collecting telethon

    Using cached https://files.pythonhosted.org/packages/bf/a0/4a4c358e10ce016cd2d5491a96c8819efd41f2c06256b01fbf929f3c8fed/Telethon-1.14.0-py3-none-any.whl

    Collecting rsa (from telethon)

    Using cached https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl

    Collecting pyaes (from telethon)

    Using cached https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72/pyaes-1.6.1.tar.gz

    Collecting pyasn1>=0.1.3 (from rsa->telethon)

    Using cached https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl

    Installing collected packages: pyasn1, rsa, pyaes, telethon

    Exception:

    Traceback (most recent call last):

    File "C:Program FilesPython36-32libsite-packagespipbasecommand.py", line 215, in main

    status = self.run(options, args)

    File "C:Program FilesPython36-32libsite-packagespipcommandsinstall.py", line 342, in run

    prefix=options.prefix_path,

    File "C:Program FilesPython36-32libsite-packagespipreqreq_set.py", line 784, in install

    **kwargs

    File "C:Program FilesPython36-32libsite-packagespipreqreq_install.py", line 851, in install

    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)

    File "C:Program FilesPython36-32libsite-packagespipreqreq_install.py", line 1064, in move_wheel_files

    isolated=self.isolated,

    File "C:Program FilesPython36-32libsite-packagespipwheel.py", line 345, in move_wheel_files

    clobber(source, lib_dir, True)

    File "C:Program FilesPython36-32libsite-packagespipwheel.py", line 316, in clobber

    ensure_dir(destdir)

    File "C:Program FilesPython36-32libsite-packagespiputils__init__.py", line 83, in ensure_dir

    os.makedirs(path)

    File "C:Program FilesPython36-32libos.py", line 220, in makedirs

    mkdir(name, mode)

    PermissionError: [WinError 5] Access is denied: 'C:\Program Files\Python36-32\Lib\site-packages\pyasn1'

    You are using pip version 9.0.3, however version 20.1.1 is available.

    You should consider upgrading via the 'python -m pip install –upgrade pip' command.

    how can i fix it ? ? ? please answer to me fast .

Comments are closed.