-
As title, I found that reaction extraction is kinda weird,
extra_info only works when the post includes a video,
Does anyone know why or anyone got the same problem?
Thank you!
-
I am trying to scrap group=120778514747417 which is a public group.
`print(len(list(get_posts(group=120778514747417))))`
If I don't run `set_cookies` first, the scraper works fine but I get bann…
-
How can I get all the profiles that have the same name?
For example: If I search for "Marco Rossi" there are plenty of profiles with the same name.. how can I scrape all of them?
get_profile("marcor…
-
Since we are doing a request to get the profile, is there a way to capture the last post_id from the already loaded page? instead of doing a second request with get_posts() just to check to see if the…
-
Hi, i need to search users by with their full name. Is this possible?
-
A little more complex, but a great suggestion from user @ptaoussanis
By way of one random counter suggestion: something like a simple content-aware cropping feature might be nice (and relevant). For …
ghost updated
11 years ago
-
Dear all,
When I use the command "snscrape --progress --jsonl facebook-user xxx > xxx.jsonl" I receive this error:
```
2021-03-26 10:39:18.508 CRITICAL snscrape._cli Dumped stack and locals …
-
I'm trying to crawl Facebook public page likes data. my scraper (many_posts_likes) use the post number in order to crawl the likes data. however, some posts have more than 6000 likes and I can only cr…
-
### Checked Existing
- [X] I have checked the repository for duplicate issues.
### What feature do you want to see added?
Add poisoned pages to the site which disrupt the scraping done by AI …
-
Hello,
I noticed that the url of the recovered images are not necessarily usable. Sometimes they are direct links with the domain "scontent-cdt1-1.xx.fbcdn.net". But sometimes the url is not direct a…