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.
 
 
Lasse Edfast 35639cfe41 Added _print() 5 years ago
facebook Added _print() 5 years ago
.gitignore Added module for generating profile information 5 years ago
Dockerfile Added run mode and some minor fixes 5 years ago
README.md Added run mode and some minor fixes 5 years ago
requirements.txt first commit 5 years ago
workspace.code-workspace None 5 years ago

README.md

fb-scraper

Docker build and run

Build (for Raspberry Pi)

$ docker buildx create --use $ docker buildx build --platform linux/arm -t l3224/fb-scraper:pi --push .

Run

§ docker run -it --rm -v fb-scraper-data:/data l3224/fb-scraper:pi [-s -u user1,user2]

Detach container

CTRL-p CTRL-q (in terminal)

Attach container

docker container ls docker attach

https://docs.docker.com/engine/reference/commandline/container_ls/§