Steam installieren
anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden

ENG: Write something from the list below in my profile and I will do the same
+rep nice profile
+Rep add me pls
+Rep good player
+Rep, pls sign
+rep nice guy
+𝚛𝚎𝚙 𝚐𝚘𝚘𝚍 𝚌𝚕𝚞𝚝𝚌𝚑𝚎𝚛 🔥
+rep 𝙗𝙖𝙙𝙗𝙤𝙮
+rep 𝙜𝙤𝙤𝙙 𝙘𝙖𝙡𝙡𝙨
+rep good trader:)
+rep 𝙞𝙣𝙨𝙖𝙣𝙚 𝙥𝙡𝙖𝙮 𝙬𝙞𝙩𝙝 𝘼𝙒𝙋
+rep 𝙩𝙮 𝙛𝙤𝙧 𝙜𝙖𝙢𝙚
+rep 𝙣𝙚𝙖𝙙𝙚𝙠𝙫𝙖𝙩𝙣𝙤 𝙚𝙗𝙚𝙩
+rep my love
+rep nice game
+rep добавь в друзья
+rep thank you!
https://github.com/drewlake/steamR
Hi guys, hope its ok to post this question here: Just wondering if anyone knows if there is a way to Automate a Steam Group Announcement at all, I am wanting to automate the title and URL if a newly uploaded video on youtube to my Steam Group as an Announcement, any Ideas would be greatly appreciated, thanks in advance guys and yes I am willing to pay for such a think if required :)
I need small help in using steam API, previously I was able extract user games and friends details by writing a python script like this
user=76561198138418453
games = steamapi.user.SteamUser(user).games
But now I was not able to pull that data from past 20 days. I don't know where it went wrong. Is there any alternative in Steam API for extracting games and friends data.
I'm getting this error:
"File "C:/Python27/lib/site-packages/steamapi-0.1-py2.7.egg/steamapi/core.py" , line 282, in __repr__
name=_shims.sanitize_for_console(self.name) ,
TypeError: unbound method sanitize_for_console() must be called with _shims instance as first argument (got unicode instance instead)
A lot of them are very friendly and will reply to you though.
http://steamcommunity.com/dev
https://developer.valvesoftware.com/wiki/Steam_Web_API
Thx btw guys :D
I thought I could use ISteamGameServerAccount/GetAccountPublicInfoBySteamID to get user's games information but this method seems broken.
As far as I know there isn't a database available that you can connect to, but you can get a list of all games, trailers, and demos using the API like this:
http://api.steampowered.com/ISteamApps/GetAppList/v2/
From there, you can do a bunch of other things like filter out all the demos, trailers, and do what ever with them. Save them to your own DB, display them etc.
Hope that helped