-
Notifications
You must be signed in to change notification settings - Fork 14
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
Limits? #16
Comments
Hello Yaroslav,
I think there is no such fixed limit, but it is limited due to some
technical front-end implementations; maybe lua scripting is limited in
handling large data.
I was able to reach about 5000-6000 messages, but maybe more than that was
possible if the size of messages were smaller
On Jun 6, 2017 11:30 PM, "Yaroslav Nakonechnikov" <[email protected]> wrote:
Hello!
Do you now limits of this?
is it possible to retrieve all text messages from 2014 till 2017?
it is about 100000 of them
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AKACYFmHEI2aHQ4guPZMqCvx34FV67Trks5sBaHegaJpZM4NxxbJ>
.
|
There are limits in Telegram API. You can only fetch 3000 messages on every request. You can send multiple requests getting 3000 each time. To do this you can use OFFSET, there is an open pull request for telegram-cli for its Lua bindings: vysheng/tg#987 And see this issue about using offsets: #12 |
Sorry for misleading info I have, I did double check my results; the data
was duplicated in the output somehow!
That was my fault.
…On Jun 7, 2017 12:56 PM, "Samim Pezeshki" ***@***.***> wrote:
There are limits in Telegram API. You can only fetch 3000 messages on
every request. You can send multiple requests getting 3000 each time. To do
this you can use OFFSET, there is an open pull request for telegram-cli for
its Lua bindings: vysheng/tg#987 <vysheng/tg#987>
And see this issue about using offsets: #12
<#12>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKACYK_6oUNLNEM9TCyYhwv9MIlJV7J0ks5sBl6XgaJpZM4NxxbJ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Do you now limits of this?
is it possible to retrieve all text messages from 2014 till 2017?
it is about 100000 of them
The text was updated successfully, but these errors were encountered: