TowardMyth

Results 8 comments of TowardMyth

Thanks. What does exit code 4 mean here?

Okay thanks a lot for this explanation. I have another unrelated question: I've been using grab-site on Javascript-heavy websites, particularly Wix-powered websites. However, grab-site doesn't render the Javascript UI elements...

@TheTechRobo thanks! I'm new to this so not too sure what you mean by using some sort of proxy with grab-site, or how using a proxy would solve this, would...

Thanks. I am running jobs using 8 workers. Is that considered to be a lot / too many, or is it within the acceptable range for browsertrix (and therefore, should...

@neon-ninja The logger for facebook_scraper returns something like this: `2021-07-07 02:23:31,878 - facebook_scraper.extractors - ERROR - You’re Temporarily Blocked`. As well, I added a print statement immediately before [this line](https://github.com/kevinzg/facebook-scraper/blob/a6af0366ba8b5430efa9be3275791ebea2df19e2/facebook_scraper/facebook_scraper.py#L451)....

@neon-ninja Is there any way to throw an exception even on individual extract functions? Or put another way, is there a way so that whenever I run into a "temporarilybanned"...

@neon-ninja Thanks, your commit worked! A few more small questions: 1. My use case: I'm trying to collect **ALL** the FB posts for a particular user for archival purposes. So...

Have you been able to extract all the posts from a page with `O(1k), O(10k), O(100k)` posts before?