steam

Get steam item prices

我只是一个虾纸丫 提交于 2019-12-18 06:49:29
问题 I was wondering if there is any efficient way to get the prices of an item on steam. I found : http://steamcommunity.com/market/priceoverview/?country=DE&currency=3&appid=730&market_hash_name=P90%20%7C%20Asiimov%20%28Factory%20New%29 You get JSON with only "lowest_price". How I can get JSON with 3 lowest prices ? 回答1: I use render?start=0&count=10&currency=3&language=english&format=json currency: 1 for USD, 2 for GBP, 3 for EUR, 5 for RUB http://steamcommunity.com/market/listings/730/StatTrak

Shared doc files in dependencies causing transaction errors

萝らか妹 提交于 2019-12-13 16:19:43
问题 I recently installed Fedora 24 Workstation on my desktop and was able to install everything without issue, until I tried to install steam (from rpmfusion) and wine. Both steam and wine have 32-bit dependencies of libraries that are already installed in 64-bit and used by other, more important programs. Typically, this shouldn't be an issue, but it turns out that all of the doc files in /usr/share/doc or /usr/share/licenses, etc are causing conflicts upon installation of the 32-bit version of

Converting RSA Encryption from Javascript to PHP

我与影子孤独终老i 提交于 2019-12-13 07:05:05
问题 I am trying to login to a website (Steam) which encrypts the plaintext password using Javascript RSA as to send the ciphertext in the POST request as a parameter. I am having trouble correctly converting the Javascript RSA from Javascript to PHP. When I attempt to send the ciphertext password created with any of my PHP script's to the website, I get an incorrect login indicating that something is incorrect somewhere in my encryption process. When sending an actual request from the browser and

C# Get JSON value [duplicate]

隐身守侯 提交于 2019-12-12 06:03:55
问题 This question already has answers here : Serialize JSON String To Dynamic Object (2 answers) Closed 4 years ago . I'm trying to parse some JSON, but I'm running into a problem. I'm trying to get the name of the item. JSON: http://steamcommunity.com/id/xejuicy/inventory/json/730/2/ Code I tried: WebClient wc = new WebClient(); string theItems = wc.DownloadString(string.Format("http://steamcommunity.com/profiles/{0}/inventory/json/730/2/", steamUser.SteamID.ConvertToUInt64())); dynamic dynObj =

openssl_pkey_get_details() expects parameter 1 to be resource, boolean given

不羁岁月 提交于 2019-12-12 00:57:08
问题 I've found this script "somewhere": define("ACC_NAME", "my_steam_login"); define("ACC_PASS", "my_password"); define("GROUP_ID", "my_group_id"); // open steam group page and see "Enterchat room" link, which contains ID define("MY_STEAM_ID", "my_steamid"); // steam ID which can invite to join group $invite_steam_id = $_GET['i']; $ids = file('invited_ids.txt'); foreach($ids as $id){ $id = trim($id); if ( $id == $invite_steam_id ) die($id .": Already invited!\n"); } function _curl_parse

Steam Web API: I'm not sure what to do with this hash looking url to generate an image with it

瘦欲@ 提交于 2019-12-11 11:14:09
问题 Using the Steam Web API I load my trade partners inventory which returns an array filled with objects like this: { id: '2063512233', classid: '520025252', instanceid: '0', amount: '1', pos: 2, appid: '730', icon_url: 'fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZYMUrsm1j-9xgEObwgfEgznuShMhvflDOGJG68Didsh4K9W1jtmhA9yIPqKZHlhIgCQUvgKBKBoowq7CyJi7pZlV47jou0EeFrs4dGQYbEtOdsZSsTQRLbYMa0PH-14', icon_drag_url: '', name: 'Operation Breakout Weapon Case', market_hash_name: 'Operation Breakout Weapon

driver.get not working in Selenium Webdriver, Java

北城余情 提交于 2019-12-11 03:39:39
问题 When using driver.get on a certain website ( driver.get("http://steamcommunity.com/market/search?appid=730") ), I get this error: Exception in thread "main" org.openqa.selenium.WebDriverException: com.gargoylesoftware.htmlunit.ScriptException: Exception invoking fireEvent Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26 23:59:50' System info: host: 'daltonpc', ip: '10.0.0.2', os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3', java.version: '1.8.0_45' Driver info

How i can authentication on steam site?

可紊 提交于 2019-12-11 01:28:17
问题 I try to login on steam using the following code. steamcommunity.com/login/getrsakey first request is successful. Request a steamcommunity.com/login/dologin/ all the time gives an error incorrect login. Perhaps dealing with encryption password or need to add ssl. I use to encrypt library on http://phpseclib.sourceforge.net/ function geturl($url, $ref, $cookie, $postdata, $header, &$info, &$output) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT

Steam: Convert SteamID64 to SteamID using PHP

China☆狼群 提交于 2019-12-10 10:56:44
问题 How would someone convert steamid64 (example: 76561198074259974) into a steamid (STEAM_0:0:56997123) using PHP/javascript (I would like to display a steamid on a loading screen, but not the steamid64) 回答1: Have a look at the code here for converting steamID to steamID64: https://forums.alliedmods.net/showthread.php?t=60899?t=60899 You can reverse it for converting steamID64 to steamID, for this the formula would be: (steamID64 - (76561197960265728 + (steamID64 % 2)))/2 This would give you the

How do I interact with a newly created server, created with child_process.spawn

依然范特西╮ 提交于 2019-12-10 10:26:13
问题 I'm trying to make a front-end for my privately hosted Counter-Strike Global Offensive servers, on the front-end when I hit run server, everything works great and the server starts up and logs to console. But how can I view information like the server IP address, players in the server, and other things? This is what I have so far for running the server: router.post('/create', function(req, res) { console.log(req.body); var child = spawn('/home/steam/steamcmd/csgo/srcds_run -game csgo -console