• Stars
    star
    101
  • Rank 335,933 (Top 7 %)
  • Language
    Java
  • License
    BSD 3-Clause "New...
  • Created almost 13 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers

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.

More Repositories

1

steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
CSS
357
star
2

steam-condenser-php

A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
PHP
205
star
3

steam-condenser-ruby

A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
Ruby
107
star
4

rubikon

A simple to use, yet powerful Ruby framework for building console-based applications.
Ruby
94
star
5

metior

A source code history analyzer API
Ruby
85
star
6

gallerist

A web application to browse Apple Photos and iPhoto libraries
JavaScript
70
star
7

mestral

Simple hook management for Git
Ruby
54
star
8

mavanagaiata

Maven plugin providing project information from Git
Java
41
star
9

rbzip2

bzip2 for Ruby
Ruby
40
star
10

silo

A command-line utility and API for Git-based backups
Ruby
34
star
11

koraktor.github.io

My GitHub pages
HTML
4
star
12

geist

Geist is a Git-backed key-value store written in Ruby
Ruby
4
star
13

acts_as_git_versioned

A proof-of-concept plugin implementing versioning of ActiveRecords using Git
Ruby
3
star
14

suitcase

Suitcase is an iOS inventory viewer for various Steam games
Objective-C
3
star
15

palantir

Palantír is a MacOS X notification app extendable through plugins
Objective-C
3
star
16

rubuzz

A Ruby client library for Google Buzz
Ruby
2
star
17

metior.heroku.com

An online service to analyze GitHub repositories with Metior
Ruby
2
star
18

palantir-gmail

A Google Mail check plugin for Palantír
Objective-C
1
star
19

yard-rubikon

A YARD plugin to generate Rubikon application documentation
Ruby
1
star
20

stdout.koraktor.de

My blog
JavaScript
1
star
21

macnancy

A small plugin for Palantír showing the progress of a pregnancy
Objective-C
1
star