From f4f5c23a04f46a7e7c00e823500b9e569be97566 Mon Sep 17 00:00:00 2001 From: Stadly Date: Thu, 7 May 2020 07:34:55 +0200 Subject: [PATCH] Readme install in Docker --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c00ba68..2684620 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ curl "https://www.google.com/maps/timeline/kml?authuser=0^&pb=^!1m8^!1m3^!1i2020 8. Save the cookie content (what is replaced by `` above) so you can use it to authenticate requests sent by `TimelineExtractor` when downloading location history. It is recommended to store it in a file called `cookie` in the directory `src`, as that will be assumed in most of the examples further down. +### Install in Docker container + +It is also possible to set up and use `TimelineExtractor` in a docker container instead of installing it locally. See the section [Using Docker](#using-docker) for details. + ## Usage `TimelineExtractor` is run with the python file `extract.py`: