-
Hi,
Great tool, congrats! I am using the following code:
```
from facebook_page_scraper import Facebook_scraper
import os
import stem.process
SOCKS_PORT = 9050
TOR_PATH = os.path.normpath(…
-
Hi,
I have a problem with scraper.
When I run the get_page_info on a page identifier with a number in it I get the wrong followers count.
My code:
facebook_scraper.get_page_info(identifier, **{'…
-
I'm only using this packages get_posts method, however in terminal it is logging loads of messages such as: "WARNING:facebook_scraper.extractors:[10160307422398057] Extract method extract_video_meta d…
-
It shows ` WARNING:facebook_scraper.page_iterators:No raw posts ( elements) were found in this page.` after I scrape a Facebook page for 3-4 times. But it works perfectly fine after I re-run my enitre…
-
Hello there, thank you very much for the work on the scraper. I was wondering if it was possible to provide such a link as this https://www.facebook.com/media/set/?set=a.132891135604090&type=3 and hav…
-
When I fetch a few posts from a Facebook page (w/ 0.2.50), it seems the results are different from what I see when logged into Facebook and viewing the same page in a browser.
When I view the same…
-
I have a question. Why I can run the code in one computer, but when I use the **same code and same version** of the package upon another computer, I can not get any result.
The **error** is
Trac…
-
I am trying to download posts from public Facebook pages. However, facebook-scraper only downloads me posts from months that are multiples of 3 (March, June, September, December). I have tried with di…
-
Hi,
I can't get it to work at all.
Running the example
`facebook-scraper --filename nintendo_page_posts.csv --pages 10 nintendo`
returns this
```
/usr/local/lib/python3.8/dist-packages/fa…
-
Hello, i try to scrape the followers from the site but it only gives me the "name"
```
from pprint import pprint
from facebook_scraper import get_page_info
pprint(get_page_info('Oberrheinhande…