Replies: 4 comments 8 replies
-
Do you get any errors or exceptions? Maybe try add some |
Beta Was this translation helpful? Give feedback.
-
hello for me it's not an answer but a question because I encounter the same problem. how did you solve the problem? |
Beta Was this translation helpful? Give feedback.
-
Hello
|
Beta Was this translation helpful? Give feedback.
-
hi despite i used the same code as you i still have the same problem. Help me I need this for my studies. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
First of all thanks for the quick reply. I really appreciate it. But again I ran into an issue.
I want to scrape many post of multiple facebook pages and save the data. It works fine for the 1st or the 2nd page when I start the script. But after some time I only can scrape 5 post of one page.
I am not a computer scientist I do not know the exact reason which can go bad.
I am using this function:
def get_page_data(page_name = 'fideszHU', page_lenght = 10, print_number = False, print_data = False):
And when I apply it first I get many results but then sometime later only the first 5 posts are scaped.
one_page_data = get_page_data(page_name= "karacsonygergely", page_lenght = 3, print_data = False, print_number = True)
Any idea what can go wrong?
Kind regards,
Kristof
Beta Was this translation helpful? Give feedback.
All reactions