This is a fork of playstationpresence, which itself is a fork of the original playstationpresence and the tooling from PlayStationDiscord-Games.
So since this is a fork of a fork, I copied over the information of the original projects here:
- Original playstationpresence, a python app that syncs your PlayStation game status with Discord
- Tooling from PlayStationDiscord-Games, which is used to collect game icons and push them to Discord as app assets
The fork of cadewey workes great, thank you very much for sharing your work.
But unfortunately all my physically owned games were not included in the fetched games (PSN API [...]operationName=getPurchasedGameList[...]
) to pregenerate the game icons as discord assets.
I took a look at his code and got inspired to the idea "Why not fetch and generate the assets using the information what is currently played?". So I started to exactly implement that and here we are.
- Automatically fetch and upload assets of currently played game
- See differences of playstationpresence by cadewey to the original playstationpresence by elsorino.
For now see README by cadewey at playstationpresence