Skip to content

Commit

Permalink
Make documentation for get_posts_by_search a bit clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-ninja committed Jul 22, 2022
1 parent d8b4a9f commit e833d39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions facebook_scraper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,9 @@ def get_posts_by_search(
**kwargs,
) -> Iterator[Post]:

"""Get posts from a Facebook page or group.
"""Get posts by searching all of Facebook
Args:
word (str): The word for searching posts.
group (int): The group id.
credentials (Optional[Tuple[str, str]]): Tuple of email and password to login before scraping.
timeout (int): Timeout for requests.
page_limit (int): How many pages of posts to go through.
Expand Down

0 comments on commit e833d39

Please sign in to comment.