From fb5d1d1d4b46bed8bea8669eddf2a6aba47bacdf Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Thu, 18 Mar 2021 10:24:04 +0100 Subject: [PATCH 1/3] Delete htmlerror.html --- htmlerror.html | 824 ------------------------------------------------- 1 file changed, 824 deletions(-) delete mode 100644 htmlerror.html diff --git a/htmlerror.html b/htmlerror.html deleted file mode 100644 index 4661f64..0000000 --- a/htmlerror.html +++ /dev/null @@ -1,824 +0,0 @@ -"soup": " -\n -\n -\n - -\n \n Nils Edfast\n \n - \n - \n \n - \n -\n - -\n
\n
\n
\n
\n
\n \n - \n \n \n \n \n \n \n \n \n
\n \n - \"Facebook\n \n \n \n - \n \n
\n
\n \n
\n
\n
\n
\n
\n
\n \n \"Nils\n \n
\n \n \n Nils - Edfast\n \n \n \n
\n
\n \n - \n \n \n \n - \n
\n \n - Add Friend\n \n \n \n - Message\n \n \n \n More\n \n
\n
\n
\n
\n
\n
\n \n
\n
\n
\n

\n Uploads\n

\n
\n \n \n \n \n \n \n \n \n
\n - \n - \n \n \n \n - \n \n \n \n - \n \n
\n -
\n \n
\n
\n

\n - Albums\n

\n
\n \n
\n \n
\n
\n
\n
\n \n \n
\n
\n
\n
- \n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n \n \n \n \n \n \n \n
\n \n English (UK)\n \n \n - Polski\n \n \n - Português (Brasil)\n \n - \n \n - English (US)\n \n \n - Español\n \n \n -
\n +\n
\n
\n
- \n
\n
\n
\n
\n
\n \n \n
\n \n \n \n \n \n \n \n \n
\n \n \n - \n \n - \n -
\n
\n
\n
\n \n \n \n \n \n \n - \n
\n - \n - Create Page\n \n \n - Help\n \n \n - Settings & privacy\n \n - \n \n - Report a Problem\n \n \n - Terms & Policies\n \n \n Log Out (Tina Shiawi)\n \n
\n \n Back to Top\n \n
\n
\n -
\n
\n \n - -", \ No newline at end of file From e51ed920f9d0cb477dc304ab24feb82caf0a5781 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:30:58 +0100 Subject: [PATCH 2/3] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc56682 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# fb-scraper + +- +# Docker buld and run + +## Build (for Raspberry Pi) +$ docker buildx create --use +$ docker buildx build --platform linux/arm -t l3224/fb-reactions:pi --push . + +## Run +§ docker run -it --name fb1 -v vol1:/data l3224/fb-reactions:latest [-s -u user1,user2] From 09a0ecd5ae03f06ea75e5eea02b7589de3c9f3b2 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:34:27 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc56682..62b26d8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # fb-scraper -- -# Docker buld and run -## Build (for Raspberry Pi) +## Docker build and run + +### Build (for Raspberry Pi) $ docker buildx create --use -$ docker buildx build --platform linux/arm -t l3224/fb-reactions:pi --push . +$ docker buildx build --platform linux/arm -t l3224/fb-scraper:pi --push . -## Run -§ docker run -it --name fb1 -v vol1:/data l3224/fb-reactions:latest [-s -u user1,user2] +### Run +§ docker run -it -v fb-scraper-data:/data l3224/fb-scraper:pi [-s -u user1,user2]