python telethon use by another few telegram client avoiding the ban
-
I need to use five different client telegrams a day to check every one of them's chat for new messages. I want to use the next code by changing data for each client and changing session.
api_id = 12345 api_hash = '0000000000abcdef0123456789abcdef'
client = TelegramClient('session_name_1', api_id, api_hash)
client.start()проверяю чаты
client.disconnect()
If this test is carried out once a day, will my clients be blocked? And if there's any way to avoid the bath by fulfilling my task. It is desirable that the copying code be introduced for the first time.
-
100. If you don't send out spams, your accountants are probably blocked.