All Projects → koraktor → Steam Condenser Ruby

koraktor / Steam Condenser Ruby

Licence: bsd-3-clause
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Steam Condenser Ruby

InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+32.63%)
Mutual labels:  steam, web-api
Steam Condenser Php
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
Stars: ✭ 187 (+96.84%)
Mutual labels:  web-api, steam
Steamwebapi2
🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
Stars: ✭ 159 (+67.37%)
Mutual labels:  web-api, steam
Steam Condenser Java
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
Stars: ✭ 82 (-13.68%)
Mutual labels:  web-api, steam
Steamid.php
🆔 PHP library to work with SteamIDs
Stars: ✭ 83 (-12.63%)
Mutual labels:  steam
Steamworks
Exposing SteamWorks functions to SourcePawn.
Stars: ✭ 70 (-26.32%)
Mutual labels:  steam
Greenworks
a node.js plugin to integrate nw.js/electron games with steamworks
Stars: ✭ 1,186 (+1148.42%)
Mutual labels:  steam
Screenplay
READONLY MIRROR (https://gitlab.com/kelteseth/screenplay) - Modern, Cross Plattform, Live Wallpaper & Widgets ! Free on Steam : https://store.steampowered.com/app/672870/ScreenPlay/
Stars: ✭ 70 (-26.32%)
Mutual labels:  steam
Extended steamgifts
Stars: ✭ 92 (-3.16%)
Mutual labels:  steam
Steamos Ubuntu
Scripts to make an existing Ubuntu installation like SteamOS
Stars: ✭ 86 (-9.47%)
Mutual labels:  steam
Aoe2tools
A lightweight program that lets you easily play your Steam version of Age of Empires 2 HD in Voobly format. In addition to Mega Utilities
Stars: ✭ 82 (-13.68%)
Mutual labels:  steam
Steamcmd Autoupdate Any Gameserver
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
Stars: ✭ 77 (-18.95%)
Mutual labels:  steam
Plantuml Service
High-performance HTTP service for PlantUML, used in Kibela
Stars: ✭ 86 (-9.47%)
Mutual labels:  web-api
Tf2 Automatic
A free and open source, fully automated TF2 trading bot, advertising on backpack.tf using prices from prices.tf
Stars: ✭ 74 (-22.11%)
Mutual labels:  steam
Async Gamequery Lib
A high-performance java game query library designed for steam/source based games and others
Stars: ✭ 88 (-7.37%)
Mutual labels:  steam
Steamguard Cli
A linux utility for generating 2FA codes for Steam and managing Steam trade confirmations.
Stars: ✭ 73 (-23.16%)
Mutual labels:  steam
Vpk
📦 Open, Search, Extract and Create VPKs in python
Stars: ✭ 79 (-16.84%)
Mutual labels:  steam
Punk
⚡ Alternative cross-platform Steam client for desktop
Stars: ✭ 87 (-8.42%)
Mutual labels:  steam
Buff2steam
Find item which cheaper than steamcommunity from buff
Stars: ✭ 80 (-15.79%)
Mutual labels:  steam
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (-15.79%)
Mutual labels:  steam

Steam Condenser

Gem Version Build Status Dependency Status Code Climate Coverage Status

The Steam Condenser is a multi-language library for querying the Steam Community, Source and GoldSrc game servers as well as the Steam master servers. Currently it is implemented in Java, PHP and Ruby.

Requirements

  • Ruby 2.0 or newer (and compatible Ruby VMs)
  • Any operating system able to run such a VM

The following gems are required:

  • bzip2-ruby (for Source servers sending compressed responses)
  • multi_json (for the Web API features)
  • multi_xml (for the Steam Community features)

Installation

To install Steam Condenser as a Ruby gem use the following command:

$ gem install steam-condenser

If you're project dependencies are managed by Bundler add this to your Gemfile:

gem 'steam-condenser'

Usage

To start using Steam Condenser requiring the base file is usually enough:

require 'steam-condenser'

License

This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License. A copy of this license can be found in the included LICENSE file.

Credits

  • Sebastian Staudt – koraktor(at)gmail.com
  • DeFirence – defirence(at)defirence.za.net
  • Mike Połtyn – mike(at)railslove.com
  • Sam Kinard – snkinard(at)gmail.com
  • "withgod" – noname(at)withgod.jp
  • John Amicangelo - amicangelo.j(at)husky.neu.edu
  • Eric Litak – elitak(at)gmail.com
  • Rodrigo Navarro – rnavarro1(at)gmail.com
  • Justas Palumickas – jpalumickas(at)gmail.com
  • Philipp Preß – philipp.press(at)blacklane.com
  • Arie – git(at)ariekanarie.nl

See Also

Follow Steam Condenser on Twitter via @steamcondenser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].