WGET your google location history daily

后端 未结 2 1894
挽巷
挽巷 2021-02-03 14:49

I want to save my google location history in a regular basis.

Usually I use the Webinterface: https://maps.google.com/locationhistory/b/0

it also provides a lin

2条回答
  •  不知归路
    2021-02-03 15:07

    Replying late on this, but may be this will also help someone else:

    Another easy way to export cookie is to first login on chrome using google username and password then use this extension export cookie to export cookie into a file. After that you can use this file with wget to download document with --load-cookies options like:

    wget --user-agent="Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 FirePHP/0.7.4"   --load-cookies cookie.txt -p --keep-session-cookies "http://google.com/"
    

提交回复
热议问题