Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.
/ ps-updates Public archive

Monitor PS4/PS5 updates release, and generate an RSS feed of update releases

License

Notifications You must be signed in to change notification settings

nbr23/ps-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/!\ DEPRECATED, USE ATOMIC-BANQUET INSTEAD

Simple tool to monitor PS4/PS5 updates release, and generate an RSS feed of update releases.

Add the following feeds to your RSS Reader to be informed of the latest PS4 and PS5 update releases:

RSS Feed

Requirements

This can be built using golang, and leverages sqlite3 to store versions history

Usage

Usage of psupdates:
  -db string
        Path to the sqlite3 database to store the versions into
  -format string
        Output formatter. Can be "text" for plaintext, "rss" for an RSS XML (default "text")
  -hardware string
        Hardware to get the information for. Can be "ps4" or "ps5" (default "ps5")
  -local string
        Localisation of the PlayStation website to use to retrieve the updates. For best results, use an English based local: "en-XX" (default "en-us")
  -output string
        Output file path

To generate the rss feed formatted file for PS4 updates, add the following command in your scheduler (crontab, etc):

psupdates -format rss -hardware ps4 -db ~/.config/psupdates.db -output $WWW_DIR/PS4_updates.xml

About

Monitor PS4/PS5 updates release, and generate an RSS feed of update releases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published