Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SnugglePilot/ce094bc54ee15c3801e704d4edf22a3e to your computer and use it in GitHub Desktop.
Save SnugglePilot/ce094bc54ee15c3801e704d4edf22a3e to your computer and use it in GitHub Desktop.
How to setup an RSS feed for Steam Reviews by @Capn_Andy
(Thanks to @Chaklapak for pointing me this way.)
Step One: Get your link
Get the URL for your game's Steam Reviews, sorted by "most recent." Eg:
http://steamcommunity.com/app/386690/reviews/?p=1&browsefilter=mostrecent
Step Two: Setup the input
Head over to Feed43.com and follow the prompts to set up the basics.
Global Search Pattern: leave blank.
Item Search Pattern: enter the following incantation:
{*}<div class="apphub_CardContentAuthorName{*}/">{%}</a>{*}data-modal-content-url="{%}"{*}<div class="title">{%}</div>{*}<div class="hours">{%}</div>{*}<div class="date_posted">Posted: {%}</div>{_}{%}</div>
Step Three: Setup the output
Item title template: {%1} {%3}
Item link template: {%2}
Item content template:
{%6}<br><br>
<em> - {%5} [{%4}]</em>
Grab the resulting feed URL.
Step Four: Dump it into a slack channel
Use the command
/feed subscribe [your url]
in slack to have new reviews automatically post to the channel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment