Skip to content

Instantly share code, notes, and snippets.

@jvmonjo
Created December 6, 2018 11:33
Show Gist options
  • Save jvmonjo/fcb61e741ff08cc2604714e3899d0f5b to your computer and use it in GitHub Desktop.
Save jvmonjo/fcb61e741ff08cc2604714e3899d0f5b to your computer and use it in GitHub Desktop.
Obtenir cookie de google maps location sharing
git clone https://github.com/costastf/locationsharinglib.git
cd locationsharinglib/
mkvirtualenv -p `which python3` locationsharinglib
pip install -r requirements.txt
python cli.py --email '<your email>' --password '<your password>' --cookies-file .google_maps_location_sharing.cookies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment