Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Owner is not solving any issues/accepting PRs #1066

Open
lectair opened this issue Oct 25, 2023 · 6 comments
Open

Owner is not solving any issues/accepting PRs #1066

lectair opened this issue Oct 25, 2023 · 6 comments

Comments

@lectair
Copy link

lectair commented Oct 25, 2023

You won't get a response soon, at least from the owner. Maybe this should be migrated to another repo.

@seabnavin19 Has a fixed repo, here's the link: https://github.com/seabnavin19/facebook-scraper
Thanks Seab 👍

@jimmy20180130
Copy link

Thanks!

@itaykrk
Copy link

itaykrk commented Oct 29, 2023

@lectair it's one commit ahead, what was fixed there?

@seabnavin19 could you share what was fixed in your repo? are you going to maintain it?

@lectair
Copy link
Author

lectair commented Oct 29, 2023

@lectair it's one commit ahead, what was fixed there?

@seabnavin19 could you share what was fixed in your repo? are you going to maintain it?

I don't know the exact change (you can see it on commit diffs) but for me and some more people, at least the get_posts() function wasn't returning any data, and now it's working.

@seabnavin19
Copy link

I just make change in a specific function inside SearchPageParser class

def get_page(self) -> Page:
            try:
                return super()._get_page('div._5rgr._5gh8._3-hy.async_like', 'article')
            except:
                return super()._get_page('article[data-ft*="top_level_post_id"]', 'article')

@seabnavin19
Copy link

I think because , specific element div._5rgr._5gh8._3-hy.async_like was remove from the page that we try to scrape

@moda20
Copy link

moda20 commented Nov 11, 2023

@lectair Is that repo still working for you ? it's not returning any posts, same as the original one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants