# Facebook event scraper A simple facebook event scraper written with puppeteer ## Introduction Please note that terms and condition apply from facebook and this should only be used if written consent is provided by facebook. However it will work without. ## Usage ### Alpine docker image is provided ```sh docker build --tag facebook-scraper . docker run \ -v "$(pwd):/app" \ --cap-add SYS_ADMIN \ facebook-scraper ```