Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 600 Bytes

File metadata and controls

25 lines (13 loc) · 600 Bytes

PS3 Discord Rich Presence

Adds Discord rich presence to your PS3 without relying on PSN.

Add your PS3 local IP to config.json and run the script!

FMudanyali added a feature that allows you to switch between temps and the firmware of your console (0 means it won’t show your temps, 1 means it will show them).

Requirements

  • webMAN installed on your PS3
  • python3 and pip3 on your computer

Dependencies

  • bs4
  • python3-requests
  • pypresence

install them like so (May vary depending on your OS):

pip3 install bs4 requests pypresence --user