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 6fa42f3b3a use lower case to compare whether or not upcoming or past events exist 6 years ago
src use lower case to compare whether or not upcoming or past events exist 6 years ago
tests add options to parse past and future events 6 years ago
.eslintrc.js add eslint 6 years ago
.gitignore ignore image folder 6 years ago
Dockerfile add app directory 6 years ago
README.md remove unused parameters 6 years ago
babel.config.js add jest 6 years ago
package.json add eslint 6 years ago
scrape.sh add options to parse past and future events 6 years ago
yarn.lock add eslint 6 years ago

README.md

Facebook event scraper

A simple facebook event scraper written with node using puppeteer.

Introduction

Please note that terms and conditions apply from Facebook and this script should only be used if written consent is provided by Facebook.

Dependencies for local install

bash
node > v10
yarn > # tested with 1.22

Usage

./scrape.sh --help

Examples

./scrape.sh --page PlanetRammstein
./scrape.sh --pages PlanetRammstein bandmaldio

Alpine docker image is provided

rm -rf node_modules # If switching from a local install
docker build --tag facebook-scraper .
docker run \
    --rm \
    -v "$(pwd):/app" \
    --cap-add SYS_ADMIN \
    facebook-scraper