According to researches by the adsmember team
Tautan Program ada di sini:
Tautan daftar putar ada di sini: Daftar ke Skillshare menggunakan tautan ini dan dapatkan keanggotaan gratis selama satu bulan.
Berikut adalah akun Paypal untuk mendukung saluran ini secara finansial:
source
Link of the Program is here:
https://www.itpanther.com/scrape-telegram-members/
Part 2
Sir, I am getting the below Error:
====================================================
TypeError Traceback (most recent call last)
Input In [9], in <cell line: 32>()
34 all_participants = client.get_participants(group,aggressive = True)
35 print(all_participants)
—> 36 for user in all_participants:
37 print(user)
38 user_id = user.id
TypeError: 'coroutine' object is not iterable
I tried this, don't work.
telethon.errors.rpcerrorlist.AuthKeyUnregisteredError: The key is not registered in the system (caused by ResolveUsernameRequest)
I get this error: telethon.errors.rpcerrorlist.AuthKeyUnregisteredError: The key is not registered in the system
Any solutions?
Where is next part ??
I get this error.
Getmembers-20.py", line 14, in <module>
client = TelegramClient('test', api_id, api_hash)
File "C:UsersAdministratorAppDataLocalProgramsPythonPython38-32libsite-packagestelethonclienttelegrambaseclient.py", line 273, in _init_
session = SQLiteSession(session)
File "C:UsersAdministratorAppDataLocalProgramsPythonPython38-32libsite-packagestelethonsessionssqlite.py", line 53, in _init_
version = c.fetchone()[0]
TypeError: 'NoneType' object is not subscriptable
Sir can you make video on how to forward image or sticker from one channel to another, really appreciated
Hello Vikas Jha, I just watched your video and itās informative. Please how can I contact you directly? I have a proposal for you for work.
hello can you help me? I'm creating a code and I have a problem! (api_id = '*******'api_hash = '******'nmr ='******'client = TelegramClient('cjunior', api_id, api_hash)async def main(): await client.connect()if not await client.is_user_authorized():await client.send_code_request(nmr)cod = input('Cod! ')me = await client.sign_in(nmr, cod)asyncio.get_event_loop().run_until_complete( main()))
the code runs ok but I want to run another code that is to copy messages after this how do I?
If video is helpful, do hit like button and leave a thank you note in the comment box.
Source code please
Sir Please create a full tutorial on how to autoreply using python script on telegram like business whatsapp …
ive created one but theres a problem everytime we msg itll autoreply each and everytime so how to reply only once for that chat and also how can we autoreply on telegram even if we are offline(im alredy using heroku app for this but as i said its replying everytime whenever a new msg comes in same chat )
Let me know plz how to develop it for termux ?? I don't have pc for it
Does it scrape more than 200 menbers
C:UsersuserPycharmProjectspythonProjectvenvScriptspython.exe C:/Users/user/PycharmProjects/pythonProject/main.py
Traceback (most recent call last):
File "C:UsersuserPycharmProjectspythonProjectmain.py", line 21, in <module>
client(JoinChannelRequest(group))
File "C:UsersuserPycharmProjectspythonProjectvenvlibsite-packagestelethonsync.py", line 39, in syncified
return loop.run_until_complete(coro)
File "C:UsersuserAppDataLocalProgramsPythonPython39libasynciobase_events.py", line 642, in run_until_complete
return future.result()
File "C:UsersuserPycharmProjectspythonProjectvenvlibsite-packagestelethonclientusers.py", line 30, in _call_
return await self._call(self._sender, request, ordered=ordered)
File "C:UsersuserPycharmProjectspythonProjectvenvlibsite-packagestelethonclientusers.py", line 39, in _call
await r.resolve(self, utils)
File "C:UsersuserPycharmProjectspythonProjectvenvlibsite-packagestelethontlfunctionschannels.py", line 1023, in resolve
self.channel = utils.get_input_channel(await client.get_input_entity(self.channel))
File "C:UsersuserPycharmProjectspythonProjectvenvlibsite-packagestelethonclientusers.py", line 437, in get_input_entity
await self._get_entity_from_string(peer))
File "C:UsersuserPycharmProjectspythonProjectvenvlibsite-packagestelethonclientusers.py", line 574, in _get_entity_from_string
raise ValueError(
ValueError: Cannot find any entity corresponding to "Artrino chating room"
Process finished with exit code 1
i keep getting these errors. What should i do? help me..
Can we do this on channel also
Unable to scrape. A wait of 19 sec required(caused by GetParticapntsRequest). I have tried a wait of 20 sec before line 25. But not solved. Could you please check the issue brother?
Excellent explanation bro
thanks but it not scrap private group
Please guys I'm new to all this , I already downloaded the program and all but just don't know where to begin, someone help me out Please