Skip to content

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

License

Notifications You must be signed in to change notification settings

inthecatsdreams/PS3-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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