-
I can successfully use `get_posts()` by providing cookies and an URL, and if I don't add the `youtube_dl` parameter, the result contains a video URL that can successfully be used with the youtube-dl t…
-
Hi @neon-ninja,
I'm trying to get comments from live posts:
```
next(get_posts(
post_urls=["100066517395693"],
cookies=os.path.join(os.getcwd(), "../cookies.txt"),
…
-
### Summary
This occurs when analyzing a link to an item. The analysis fails and then the user can not see any data or receive new information. The load out of the HTML is below. Suspected cause is t…
-
Like: https://www.facebook.com/groups/267476487096763/**search/?q=tie**
I want to get all posts filter containing for example the keyword "tie" in that group. Maybe this is expleined issue #101 but…
-
Greetings,
I demand a native elf image for [Anti-pythoners](https://www.reddit.com/r/programmingcirclejerk/comments/olrknc/comment/h5h2b9z) like me. This compiler might help [GraalVM for Python devs …
-
Was there a change at facebook or something? I was able to scrape using tor a few days ago. But today this error showed up "Your request couldn't be processed". Now I did see a commit fixing that. But…
-
How can I get the number of subscriptions to a page? (e.g. https://www.facebook.com/exipproject)
With get_page_info I see only likes and other information, but not subscribers.
Get_group_info does…
-
-
I use get_posts("the page I scrape", pages=3,options={'comments':True}) to extract the comments, however, I got nonzero comments number but nothing in the "comments_full". Does anyone know the reason …
-
Win 10, Python 3.8.11, Anaconda Spyder
Last week I used the library to get posts of an facebook account. I found I could not get the post and comments text data as the example. So I updated today b…