Gamliel

Results 11 comments of Gamliel

Could we search for a query in a specific group with this function? Something like that ```python from facebook_scraper import get_posts_by_search, set_cookies set_cookies("cookies.txt") search_query = "Mark Zuckerberg" posts = get_posts_by_search(search_query,...

@neon-ninja well isn't it possible to search for a specific query inside a group by doing it some other way?

> You can fetch all posts in the group and filter to just posts containing your desired text Yes but what if the group has lots of posts? I can't...

Well, it's not needed but it is way more readable.

I think that's maybe because your page is private @DavidSongzw?

Actually I'm thinking about creating a minimal VueJS web app

I don't think your issue is with nginx, could you share your code please?

The image parameter is not optional. But it can be, we just need the implementation

Hi, You're right I don't know why I've done that, feel free to open a PR.