-
Hi there,
With facebook-scraper, I was able to get posts by the page owner (I call it firm-generated posts). However, at the firm's FB page (see BMW's page in the following as one example), each i…
-
I am trying to scrape comments from a facebook page "SacheHaiSatyanarayan" and I am geeting blank csv file. But, when I am scraping post and comments form "TimesofIndia" page then I am getting proper …
-
Hi. I am trying to scrape posts from the community page of a username. For example: https://www.facebook.com/UberEU/community/
How can I do it with facebook_scraper?
-
Can not retrieve full quallity image url:
When I run `get_posts(group_id, pages=3,cookies="cookie.json",options={"comments": True}` I get response like this:
`C:\Users\User\PycharmProjects\faceboo…
-
Hi everybody, does anybody knows why my code do not work.
The last week worked perfectly, but now says:
NameError: name 'post' is not defined
from facebook_scraper import get_posts
listpos…
-
Hi,
I noticed, that when trying to get all posts from a company's Facebook Page, the page_post scraper only returns the posts made by the company itself. However, I would also like to download the…
-
1 - `posted_on` column in .csv file is empty.
No errors when running the program but I do see a few `no post_url, skipping` in the terminal while it is running
2 - On some pages, like MetaSinga…
-
I have write a function to get post base on my keyword but it didn't return any post for me
this is my code
``` code
from facebook_scraper import get_posts, get_posts_by_search
def get_mar…
-
im getting this
`Exception while requesting URL: https://m.facebook.com/XXXXXXX/
Exception: TooManyRedirects('Exceeded 30 redirects.')
Traceback (most recent call last):
File "/usr/local/lib/…
-
Thanks for writing this app. I've recently started receiving an error to do with datetime parsing from a page that was previously working, so I'm assuming FB must have changed something. It might be t…