File: README.rst

package info (click to toggle)
python-gpsoauth 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: python: 161; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
gpsoauth: a python client library for Google Play Services OAuth
================================================================

gpsoauth allows python code to use the "master token" flow that KB Sriram described at http://sbktech.blogspot.com/2014/01/inside-android-play-services-magic.html.

This can be useful when writing code that poses as a Google app, like `gmusicapi <https://github.com/simon-weber/Unofficial-Google-Music-API>`__ does.

Many thanks to Dima Kovalenko for reverse engieering the EncryptedPasswd signature in http://codedigging.com/blog/2014-06-09-about-encryptedpasswd.

Ports
-----
* C#: https://github.com/vemacs/GPSOAuthSharp.
* Ruby: https://github.com/bryanmytko/gpsoauth