gpipipi 0.1.2

a rust crate for the google play api
Documentation

gpipipi

a rust crate for the google play api

crates.io docs

usage

you get an oauth token by logging in into the embedded setup page, opening the dev tools and then checking the network tab / application tab for the returned cookie. the token can only be used once, and the resulting aas token doesn't seem to expire

after getting the oauth token, you can convert it with the crate by running it as a binary like so:

TOKEN="..." EMAIL="..." cargo run --features binary

alternatively you can convert it manually using OAuthRequest

after getting the aas token, you can now log in and start doing requests using Client

credits