0

I've been looking for a method to get a steam users status. This includes things like the game they're playing, if they're online or if they're offline. I was originally going to scrape the page, but I figured there must be an easier way to do it.

I looked around for pages which might be json of the users current status, perhaps even an API. But I haven't found anything yet.

4

2 に答える 2

3

Steam Web APIから始めます。GetPlayerSummariesで作業しようとしていると思います。

于 2011-09-09T17:40:10.580 に答える
1

あなたは見ましたか:

http://steamcommunity.com/dev

Steam ウェブ API ドキュメント

Valve はこれらの API を提供しているため、Web サイト開発者は Steam からのデータを新しい興味深い方法で使用できます。開発者は、自分のサイトで提示できる情報を Steam に問い合わせることができます。現時点では、Team Fortress 2 のアイテム データを提供する API のみが提供されていますが、このリストは時間の経過とともに拡大する予定です。

于 2011-09-09T17:39:37.937 に答える