Skip to content

List a User Steam Achievements for the games you have published on Steam

License

Notifications You must be signed in to change notification settings

manutoo/GetSteamUserAchievements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetSteamUserAchievements

Lists an User Steam Achievements for games you have published on Steam

====

Since the latest privacy update, achievements of most users aren't visible anymore, so we are forced to use the WebAPI to check them.

Creating your own .php to do so might require at least a couple of hours if you're not used to the WebAPI, and possibly even more if you're not used to .php .

So here a ready-to-use .php to put on your website or on your PC if you have a local html+php server :

Features :

  • Show achievement & stat lists from any user profile URL, for all your games or a selected one
  • Show only the related game if entering a review URL
  • Show the user review if not searching from the review URL
  • Show ownership details

To use this .php, you have 2 things to do, just under "//=== Init" :

And 2 optional things to do if you put this .php on a public server :

  • rename the .php and update "form action=" accordingly, and/or put it in a password protected folder
  • remove the debug option by commenting out the line starting with "$Debug = isset", if someone using this tool isn't supposed to know your Publisher API Key

Quick Search with Firefox

With Firefox, you can create a custom search like this https://support.mozilla.org/en-US/kb/how-search-from-address-bar , which allows to very quickly get the achievement list when reading a review or checking a user profile (eg, just entering in the URL bar: "u <ReviewURL | User Profile URL>")

If Valve wants to put this .php in the WebAPI (or link to it), it's alright with me ! 👍

About

List a User Steam Achievements for the games you have published on Steam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages