Questions tagged [steam]

Steam is an entertainment platform, payment system, and community for video games. Steam also provides simple API's and OpenID endpoints for user authentication. Use this tag for question relating to Steam or its OpenID endpoint.

Steam is an entertainment platform, payment system, and community for video games. It runs on Windows, Mac OSX, and Debian-based Linux.

Valve provides APIs so website developers can use data from Steam in new and interesting ways.

They allow developers to query Steam for information that they can present on their own sites.

To use most of the Web-APIs, you will need an API key, provided by Valve.

All of the officially supported end points are available using the GetSupportedAPIList end point.

1171 questions
-2
votes
1 answer

So i'm trying to have it check to see if the steamid64 all ready exists before inserting but it just inserts any way?

So i'm trying to have it check to see if the steamid64 all ready exists before inserting but it just inserts any way? i'm not good with PHP here.
57_Wolve
  • 5
  • 5
-2
votes
1 answer

when i use this code in localhost it work, but when i use in my website it not working

i use this code in localhost include "apikey.php"; // My api key include "OpenId.php"; //Official light open id lib. $OpenID = new LightOpenID("http://4pstore.com/"); $api = B5F1409CA6FFE70A2CFB98C870A6A9F5; session_start(); …
-2
votes
1 answer

read stream xml file

Here is the XML file: http://steamcommunity.com/profiles/76561198044834372/games?tab=all&xml=1 I tried to do it with SimpleXML, but with no success. Can someone give me the code to read the game title? For…
user1701227
  • 23
  • 1
  • 4
-3
votes
2 answers

Get steam games from steam id

I am trying to create a python program that get a steam id and return the games that the specific user have in his Library. I searched online and found nothing for python.Can you help me please?
erez
  • 35
  • 7
-3
votes
1 answer

Steam-related Python program

I am working on making a program in Python that takes a list of dictionary words that the user enters (split up by commas or on separate lines) and then adds each one to the end of a URL (http://steamcommunity.com/id/) it then checks each one of the…
xnx
  • 57
  • 1
  • 9
-3
votes
1 answer

Getting Installed Steam Games From Registry

Can someone help me with this error I'm getting? Error14 'Using' operand of type 'System.Collections.Generic.List(Of String)' must implement 'System.IDisposable' Public Function GetInstalledGames() As Object Dim enumerator As IEnumerator(Of…
Pctweaks
  • 10
  • 3
-3
votes
1 answer

Steam Login API with Socket.io

I was wondering if there is a steam login authentication script that can be used along side socket.io I have found some login API's but most are outdated and the developers will not speak to me. If anyone knows a javascript steam API that works well…
McMatt
  • 129
  • 1
  • 14
-3
votes
2 answers

Steam API str_replace htmlspecialchars

i have been making a Steam API. However i need remove htmlspecialchars from Steam Name when they login. This is what i have done so far: Get user name from database: $name = fetchinfo("name","users","steamid",$steamid); When they login it should…
-3
votes
2 answers

Node js ReferenceError: item is not defined

I'm trying to code a steam trade bot that accept trade offers automatically. I can decline login via trade bot and decline trade offers but when it should accept trade offer automatically it doesn't. I get this error insted of accepting…
mmm
  • 25
  • 1
  • 6
-3
votes
1 answer

Improving EC2 ping times from home

I've been trying to run a gaming machine in EC2 following the excellent blog post by Larry Land here. The problem I have is latency from my home to my nearest AWS region. I get a ping of around 35ms, and I'm looking to improve on that. Is there…
Conan
  • 2,288
  • 1
  • 28
  • 42
-3
votes
2 answers

C# Calling a Method Inside another Method

public static void Main2(string[] args) { WebRequest_BeginGetRequeststream.RequestCheck(); WebRequest_BeginGetRequeststream.ReadCallback(IAsyncResult asynchronousResult); } This is the Method I want to…
-5
votes
1 answer

how to make a chat but in python

hello i am newbe on programming and i want some help with the thing i am trying to do 1 how can i connect my bot with the steam servers 2 lest say someone sends me a message on steam and i am away but i left steam open and the bot is running. and…
Kaf
  • 1
  • 2
-5
votes
1 answer

get the steam market lowest prices?

I search the stackoverflow.com for my issue,and i found this answer related to mine.the problem is i dont know how to apply this code to my asp.net mvc web site
fgocken
  • 5
  • 2
-7
votes
3 answers

Merge Two List which have different size, In one with stream api on certain conditions

Suppose I have two list which i want to get merged into one Merge Condition : compare with id Case 1 : List 1 = [{id=1,name=null},{id=2,name=null},{id=3,name=c}] List 2 = [{id=1,name=a},{id=2,name=b}] After the merge, it should be…
kole
  • 5
  • 5
-8
votes
1 answer

STEAM - How to get dota 2 player with personaname, loccountrycode and avatar url from steam account

I want to get item with personaname, loccountrycode and avatar from dota 2 web api. Currently I am just getting name and image. Please provide me some reference with documentation. I want the response like - { "tracked_until":…
AGM Tazim
  • 2,213
  • 3
  • 16
  • 25
1 2 3
77
78