Telegram channel parser with bypassing restrictions
The essence of parsing was to take links to Telegram channels from an Excel table and parse the necessary information from the channels. The result was recorded in a new Excel table.
The bypass of the block was implemented by parsing from several accounts at once (the user entered the account data themselves), each new request from different accounts. If errors occurred (the Telegram API asked to wait before sending a new request), the script would impose a delay for a certain time on the account where there were problems, so that the API would not complain anymore.
Due to asynchronicity, maximum performance and effectiveness of the parser were achieved.
The bypass of the block was implemented by parsing from several accounts at once (the user entered the account data themselves), each new request from different accounts. If errors occurred (the Telegram API asked to wait before sending a new request), the script would impose a delay for a certain time on the account where there were problems, so that the API would not complain anymore.
Due to asynchronicity, maximum performance and effectiveness of the parser were achieved.