All Projects → koraktor → Steam Condenser Java

koraktor / Steam Condenser Java

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Steam Condenser Java

Steam Condenser Php
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
Stars: ✭ 187 (+128.05%)
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 (+93.9%)
Mutual labels:  web-api, steam
Steam Condenser Ruby
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
Stars: ✭ 95 (+15.85%)
Mutual labels:  web-api, steam
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+53.66%)
Mutual labels:  steam, web-api
Greenworks
a node.js plugin to integrate nw.js/electron games with steamworks
Stars: ✭ 1,186 (+1346.34%)
Mutual labels:  steam
Giveawaycompanion
Saves your time on games giveaway sites.
Stars: ✭ 59 (-28.05%)
Mutual labels:  steam
Proton Ge Custom Updater
Simple updater for custom Proton distributions
Stars: ✭ 57 (-30.49%)
Mutual labels:  steam
Oxygennotincluded Japanese
Oxygen Not Included 日本語化
Stars: ✭ 54 (-34.15%)
Mutual labels:  steam
Vpk
📦 Open, Search, Extract and Create VPKs in python
Stars: ✭ 79 (-3.66%)
Mutual labels:  steam
Steamlink Launcher
Steamlink launcher for OSMC
Stars: ✭ 78 (-4.88%)
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 (-14.63%)
Mutual labels:  steam
Web Api
RESTful web server for Minecraft Sponge including an admin panel
Stars: ✭ 60 (-26.83%)
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 (-9.76%)
Mutual labels:  steam
Steam Card Bot Pro
An free open source, fully automated Steam Trade Cards bot - Level Up Bot with all features, support and endless customization + much more
Stars: ✭ 57 (-30.49%)
Mutual labels:  steam
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (-2.44%)
Mutual labels:  steam
Steamwebpipes
🚀 Pushes Steam changelists to WebSocket clients
Stars: ✭ 56 (-31.71%)
Mutual labels:  steam
Ulib
ULib: A Lua library for more rapid development on Garry's Mod servers
Stars: ✭ 63 (-23.17%)
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 (-6.1%)
Mutual labels:  steam
Esteemed Innovation
The Esteemed Innovation mod for Minecraft focused around steam power tech and innovative content. Formerly known as Flaxbeard's Steam Power.
Stars: ✭ 62 (-24.39%)
Mutual labels:  steam
Protondb For Steam
Shows ratings from protondb.com on Steam
Stars: ✭ 61 (-25.61%)
Mutual labels:  steam

Steam Condenser

Build 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

  • Linux, MacOS X or Windows
  • Java 7 or newer

The following Java libraries are required:

  • Apache Commons Compress (for Source servers sending compressed responses)
  • Apache Commons Lang 3
  • Apache Commons HttpClient (for the Web API features)
  • JSON (for the Web API features)
  • JUnit (for testing)
  • PowerMock (for testing)

Maven will install these for you.

Installation

To install and use Steam Condenser in your Maven managed project use the following dependency definition:

<dependency>
    <groupId>com.github.koraktor</groupId>
  	<artifactId>steam-condenser</artifactId>
  	<version>x.y.z</version>
</dependency>

Remember to specify a version using appropriate tag.

Logging

Steam Condenser provides logging based on SLF4J. To make use of it you have to add a logger implementation (like slf4j-log4j) to your application's classpath. See this list for some available SLF4J loggers.

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
  • David Wursteisen – david.wursteisen(at)gmail.com
  • Guto Maia – guto(at)guto.net
  • Sam Kinard – snkinard(at)gmail.com

See Also

Follow Steam Condenser on Google Plus+ via +Steam Condenser or 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].