Source: factory.service/package.gekkoridge/ObjServiceFacebook.py
Facebook page/profile feed scraper service.
Scrapes public Facebook posts using facebook_scraper,
downloads images, and stores feed items in the
data_newsfeed table via the ObjNewsFeed base class.
...
| Method | Signature | Description |
|---|---|---|
| download_feed | download_feed(profile_name: str, max_posts: int = 0) -> int |
Scrape posts from a Facebook profile/page. |
| backfill_html | backfill_html() -> int |
Backfill missing feedhtml for existing posts. |
| process | process(context: dict) -> dict |
Workflow entry point for Facebook scraping. |
| run_workflow_direct | run_workflow_direct(guid: str, param1: str = '', param2: str = '', param3: str = '') -> str |
Legacy workflow direct entry point. |
Scrape posts from a Facebook profile.
Backfill missing feedhtml from feedtexl.