Skip to content

Commit

Permalink
Readme install in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Stadly committed May 7, 2020
1 parent 0a2a947 commit f4f5c23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<COOKIE CONTENT>` 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`:
Expand Down

0 comments on commit f4f5c23

Please sign in to comment.