Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ways to obtain information about channels #170

Open
oeki4 opened this issue Aug 12, 2024 · 2 comments
Open

Ways to obtain information about channels #170

oeki4 opened this issue Aug 12, 2024 · 2 comments
Labels
TDLib issue The issue is related to TDLib (or Telegram) itself, not to the tdl bindings.

Comments

@oeki4
Copy link

oeki4 commented Aug 12, 2024

I am developing a website that will allow you to view individual elements of telegram channel statistics. This site should be able to receive statistics on a sufficiently large number of channels (about 100,000) every hour. But due to the tdlib limit on requests, I do not have time to get information about all channels in 1 hour. Is there any other way to get information about telegram channels using tdlib?

@eilvelia eilvelia added the TDLib issue The issue is related to TDLib (or Telegram) itself, not to the tdl bindings. label Aug 14, 2024
@Abduvokhid
Copy link

Just use multiple accounts, divide the load. No?

@oeki4
Copy link
Author

oeki4 commented Nov 7, 2024

@Abduvokhid This is possible, but the limitation of requests to telegram comes into play. If you make more requests to TDLib than you need, Telegram will block future requests. In addition, a separate database is created for each Telegram account you use, which stores all the channels you have visited. Thus, a separate Telegram account will be responsible for its own channel space. And if suddenly the account gets blocked, it will be impossible to update information on these channels for which this account is responsible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TDLib issue The issue is related to TDLib (or Telegram) itself, not to the tdl bindings.
Projects
None yet
Development

No branches or pull requests

3 participants