kevinzg / facebook-scraper

Scrape Facebook public pages without an API key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable running on Apify cloud platform

metalwarrior665 opened this issue · comments

Apify is a cloud platform where you can run and scale web scrapers and automations. You can also publish them as Actors either as free to use or as paid monthly or per results (ideally to the repo author @kevinzg). Apify has a generous free tier plan.

To do that, you need to add a simple wrapper functionality to work with input/output and a Dockerfile to enable cloud runtime. Details are explained in the Deploying Your Code guide.

Happy to help setting up a PR for the wrapping code. The codebase would keep working locally but would have special handlers for the Apify platform.