A little known feature of Steam is that it offers RSS feeds for any app/game/whatever shared using it.
The URL is also very simple to use:
https://store.steampowered.com/feeds/news/app/$AppID
Code language: JavaScript (javascript)
You can then replace $AppID
by the application ID of your game.
For instance, if we want to monitor Resonite, app ID 2519830, you will need the following URL:
https://store.steampowered.com/feeds/news/app/2519830
Code language: JavaScript (javascript)
There, super easy!

1 Response
Leave a Comment
Your email address will not be published. Required fields are marked *
Why am I seeing a captcha?
@b :O Good to know! Gonna start using this