You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jørgen Lien Sellæg cfc6127f68 add docker image with instructions on how to use 6 years ago
.gitignore add docker image with instructions on how to use 6 years ago
Dockerfile add docker image with instructions on how to use 6 years ago
README.md add docker image with instructions on how to use 6 years ago
package.json add gm and commit endpoint 6 years ago
scrape.js add gm and commit endpoint 6 years ago
scrape.sh add docker image with instructions on how to use 6 years ago
yarn.lock add gm and commit endpoint 6 years ago

README.md

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

docker build --tag facebook-scraper .
docker run \
    -v "$(pwd):/app" \
    --cap-add SYS_ADMIN \
    facebook-scraper