Created
December 6, 2018 11:33
-
-
Save jvmonjo/fcb61e741ff08cc2604714e3899d0f5b to your computer and use it in GitHub Desktop.
Obtenir cookie de google maps location sharing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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