Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get master token #171

Open
Ashna-git-hub opened this issue Sep 6, 2024 · 1 comment
Open

How to get master token #171

Ashna-git-hub opened this issue Sep 6, 2024 · 1 comment

Comments

@Ashna-git-hub
Copy link

I am unable to get the master token as it does not show the sequences listed when I log in

@rubidev68
Copy link

Hi,
It worked for me today using docker:

docker run --rm -it --entrypoint /bin/sh python:3.8 -c 'pip install gpsoauth; python3 -c '\''print(__import__("gpsoauth").exchange_token(input("Email: "), input("OAuth Token: "), input("Android ID: ")))'\'

To get the OAuth token, follow this steps : https://github.com/rukins/gpsoauth-java/blob/b74ebca999d0f5bd38a2eafe3c0d50be552f6385/README.md#second-way
Leave Android ID blank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants