-
I have a few ideas which should make peoples lives easier when scraping
1) It would be great to be able to have a CLI option to stop scraping once the posts reach a certain date. Would be useful if…
-
I created a quick "scraping facebook" example to grab all the comments by date from https://www.facebook.com/barackobama, issues are as follows:
* [ ] I quickly exceeded my rate limit:
```javascri…
-
This project is so amazing. But I have two questions. (I am a beginner in learning coding)
1. How can I add the **proxy** in the code? (request function) And is it **helpful** for the stable scrapi…
-
I'm a very amateurish Python user who is scraping FB comments for my PhD. Very grateful for your code which I have been using pretty much with zero issues for the past year or so. But suddenly I've be…
-
URL: https://m.facebook.com/SCHuangLawyer/posts/
Logs:
C:\Users\admin\AppData\Local\Programs\Python\Python38\python.exe D:/workspace/untitled/test.py
Starting to iterate pages
Requesting page f…
-
Hi,
I have an array of different User Agents, I want to reset facebook scrpper User-Agent every time an exception of TemporarilyBanned occurs. I am keen to know if I have it implemented correctly?
…
-
Example: all public posts of a user, all public friends of the user, given a user id
-
All Facebook group scrapes (that I've tried, e.g. 22137638452 and ACTWP) fail with
snscrape.base.ScraperException: Code container ID marker not found (does the group exist?)
This is due to F…
-
hi
i am try to scrape friends by
get_friends(_id, cookies="cookies.json" ,timeout=90, start_url=start_url, request_url_callback=handle_pagination_url)
with
time.sleep(randint(5,15))
Questio…
-
This program snippet
```
from facebook_scraper import get_posts
from pprint import pprint
import sys
cookie_file = 'facebook_cookies.txt'
def get_post_reactors(post_id):
post = next…