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

Added functionality to search for Facebook groups #842

Merged
merged 1 commit into from
Aug 12, 2022
Merged

Added functionality to search for Facebook groups #842

merged 1 commit into from
Aug 12, 2022

Conversation

bipsen
Copy link
Contributor

@bipsen bipsen commented Aug 12, 2022

We spoke previously about adding functionality for searching for Facebook groups. Here, I've added that functionality to the FacebookScraper class, and added a function in init to use it directly.

Here is how it works:

from facebook_scraper import get_groups_by_search

for group_info in get_groups_by_search('golf', cookies='cookies.json'):
    print(group_info)

@neon-ninja neon-ninja merged commit 8106792 into kevinzg:master Aug 12, 2022
@neon-ninja
Copy link
Collaborator

Thanks for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants