Steam

A ruby library to access the Steam Community. Lookup player profile information such as games, achievements and friends.

Installation

git clone git://github.com/evilmarty/steam.git

Usage

To get player by name:

player = Steam::Profile.find 'player name'

Or if you know the steam id of the player

player = Steam::Profile.find :id => 1234567890

To Do

  • Make into gem.

  • Support logging into profile to fetch private information.

  • Write tests :-p

This library is in no way affiliated with Valve Software or Steam.