-
Notifications
You must be signed in to change notification settings - Fork 270
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
only 10k members are scrape. Do you have the solution to scrape more members #37
Comments
Yes, there is limit set by telegram. I am not sure but if you can track the last scraped member's id and iterate to that id in next cycle of scraping then it might be possible. |
how to apply the solution here |
Yeah, this can be a one solution, according to the thread you provide you can implement solution in |
I don't know python very well. can you update the code |
Remove the line number 85 in `queryKey = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'] for key in queryKey: |
unfortunately it did not work. :( error message this ; Traceback (most recent call last): |
Add this import |
I've reorganized the code. the part here needs to be corrected to come from the main query. secondly, it does not write his scrapes to the members.csv file. what could be the reason for this. code is ; |
once the all members are scraped then try to print all_participants list using I have updated this changes in : https://notepad.link/tQKMg |
https://snipboard.io/rPMEke.jpg unfortunately it didn't work. |
is there a solution to this situation? |
are you there ? |
Hey Sorry,I am little busy. But didn't find any soltion for this |
is that fixed ? |
only 10k members are scrape. Do you have the solution to scrape more members
The text was updated successfully, but these errors were encountered: