We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to get the master token as it does not show the sequences listed when I log in
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I am unable to get the master token as it does not show the sequences listed when I log in
The text was updated successfully, but these errors were encountered: