mgp25 / psn-api

PlayStation Network API in python
131 stars 26 forks source link

Thanks For Your Project #10

Closed Argosth closed 6 years ago

Argosth commented 6 years ago

Hi dear developer, I just want to know how to include this project in my PHP website, I have Python available, but I don't know how to implement this API in my website, or how to install it.

Thank you for your attention and have a nice day.

mgp25 commented 6 years ago

Hello @Argosth

You can call the python script from php and then parse the response there. Right now, you only have to download the files and follow the guide that is written in the readme. Once you have your account tokens, you can re-use them anytime you want and try with the php scripts.

Regards