mgp25 / psn-api

PlayStation Network API in python
131 stars 26 forks source link

Migrate Auth and User to requests #5

Closed aurynn closed 6 years ago

aurynn commented 6 years ago

Migrates all of Auth and User to use Requests instead of direct urlopen or shelling out to curl.

Adds an nsppo="" to the auth creation flow, because I was getting captcha errors, so this allows pulling the nsppo code out of the browser cookies.