Using this tool you can easily add so many members from any group to your group. Less than 2 minutes. Super easy. Time saver. But this tool is only for educational purpose. You could be banned from Telegram. So be careful. Recommanded to use this tool only on Termux.
545
stars
271
forks
source link
I found a solution for 2FA [,](https://stackoverflow.com/questions/68407031/telethon-cannot-sign-into-accounts-with-two-step-verfication) could you add it to the code. I didn't succeed, I don't have enough knowledge (( #35
I found a solution for 2FA [ link](https://stackoverflow.com/questions/68407031/telethon-cannot-sign-into-accounts-with-two-step-verfication) could you add it to the code. I didn't succeed, I don't have enough knowledge ((
`client.start().
phone = input("Enter phone: ") await client.send_code_request(phone, force_sms=False) value = input("Enter login code: ") try: me = await client.sign_in(phone, code=value) except telethon.errors.SessionPasswordNeededError: password = input("Enter password: ") me = await client.sign_in(password=password)`
Originally posted by @laminda in https://github.com/AbirHasan2005/TelegramScraper/issues/7#issuecomment-1378741422