You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried to set the pages parameter to more than one? I've been able to retrieve +2 posts pr pagem by increasing the pages parameter...
Copied from Readme:
Optional parameters
(For the get_posts function).
group: group id, to scrape groups instead of pages. Default is None. pages: how many pages of posts to request, usually the first page has 2 posts and the rest 4. Default is 10.
timeout: how many seconds to wait before timing out. Default is 5.
credentials: tuple of user and password to login before requesting the posts. Default is None.
extra_info: bool, if true the function will try to do an extra request to get the post reactions. Default is False.
youtube_dl: bool, use Youtube-DL for (high-quality) video extraction. You need to have youtube-dl installed on your environment. Default is False.
For every page I only get 2 posts returned.
Am I hitting some rate limit, or is something you also have been experiencing in the last week?
thanks!
The text was updated successfully, but these errors were encountered: