psn-api icon indicating copy to clipboard operation
psn-api copied to clipboard

PlayStation Network API in python

Results 8 psn-api issues
Sort by recently updated
recently updated
newest added

Hey! Looking for PSN Messaging API solution and I found your API but I am wondering, are you working on messaging part of API? :)

Adds setuptools setup information to allow installation via `pip3 install git+https://github.com/mgp25/psn-api`

Hello, I always get a 403 Forbidden Error when trying to access the refresh and npsso values from the output ![Bildschirmfoto 2020-06-09 um 21 07 14](https://user-images.githubusercontent.com/37579239/84189934-57054180-aa96-11ea-99cd-08284813c1a6.png) Did the URL form...

Unfortunately expiration of ouath tokens (client_id & client_secret) causes the application to not work anymore Does anybody know a way to get a new "client_id" and "client_secret" with "grant_type=password" permission...

This is just to let people know that the ticket_uuid no longer seems to be part of the URL after signing in to https://bungie.net/en/User/SignIn/Psnid?code=000000 However, using for example Firefox's developer...

Tried to create an auth objected, as per the documentation, received an error. ``` Python 3.5.3 (default, Jan 19 2017, 14:11:04) [GCC 6.3.0 20170124] on linux Type "help", "copyright", "credits"...

This code requires Python 3. Perhaps this should be in the README. This code is dependent on the hyper module: http://hyper.readthedocs.io/en/latest/