kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.43k stars 631 forks source link

search return no post #1045

Open dinhan92 opened 1 year ago

dinhan92 commented 1 year ago

I try this with and without credentials but with no luck: from facebook_scraper import get_posts_by_search

for post in get_posts_by_search(word='nintendo', credentials=("loginUserName", "password"), pages=2): print(post['text'][:50])

error: might return no results, try increasing the limit

ooker777 commented 11 months ago

take a look at #1070