bendodson / Steam-RSS

Extract all the Steam RSS News Feeds for the games in your library and import them into Feedbin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam-RSS

This is a basic PHP script that will fetch all of your owned games from Steam, find the update RSS feed for each, and then subscribe to them with Feedbin. More information is available on my blog.

Installation

You'll need to use Composer in order to install the Goutte dependency. A composer.json file is included.

Next, you'll want to update the three constants at the top of the steam-rss.php script to reference your Feedbin username, Feedbin password, and your Steam ID (which can be found by going to your Steam profile page and looking at the URL; mine is 'bendodson').

Finally, make sure the permissions of the directory are set to 0777 or create an empty file named games.txt and set its permissions to 0777. Setup the script to run on a CRON (I run it hourly) and marvel as you are automatically subscribed to the RSS feeds of all of the Steam games you own. Enjoy! '

About

Extract all the Steam RSS News Feeds for the games in your library and import them into Feedbin

License:The Unlicense


Languages

Language:PHP 100.0%