dbot/modules/steam
2014-02-20 06:06:02 +01:00
..
config.json Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
README.md Various README.md's and cleanups 2014-02-20 06:06:02 +01:00
steam.js return the correct lastly played game 2014-01-05 03:17:42 +00:00
strings.json fixt 2013-10-29 22:45:51 +00:00

Steam

Adds various steam functionalities.

Description

This module provides a command which allows users to seek and compare games inside the Steam library.

Dependencies

It has following dependencies: + request

config.json

api_key and output prefix For example:

{
    "api_key": "bleh",
    "outputPrefix": "\u00033steam\u000f"
}

Commands

~games [user]

Seeks the games of a user. If left blank, the posting users games will be displayed. Example: + ~games reality + ~games

~playing [user]

Displays the currently/last played game of a user. If left blank, the posting users game will be displayed. Example: + ~playing reality + ~playing

TODO