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.
|
|
|
|
# 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
|
|
|
|
|
```
|