moda20 / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
77 stars 28 forks source link

How to scrap post between date ? #42

Closed jpkrop closed 6 months ago

jpkrop commented 6 months ago

Hi,

Is it possible to scrap post from or between specific date ?

I try this but not working:

if post['time'] < datetime(2023,7,5,0,0):

moda20 commented 6 months ago

@jpkrop there is no way to scrape posts between specific dates. but for time tests, maybe you can try to use this datetime.utcfromtimestamp to parse your target time