moda20 / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
60 stars 23 forks source link

Using ‘get_posts’ I have to start collecting data from the first page when posting? Can I collect data from pages 10 to 20 #14

Closed 526319491 closed 6 months ago

526319491 commented 6 months ago

for postrow in get_posts(idname, base_url="https://mbasic.facebook.com",start_url="https://mbasic.facebook.com/xxxxxx?v=timeline", pages=10,cookies=cookiefile):

moda20 commented 6 months ago

@526319491 no, to my knowledge this is not possible right now, you will have to go through one page by one page