Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koraktor/steam-condenser-java
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://github.com/koraktor/steam-condenser-java
hlds java server-queries srcds steam web-api
Last synced: 3 months ago
JSON representation
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
- Host: GitHub
- URL: https://github.com/koraktor/steam-condenser-java
- Owner: koraktor
- License: bsd-3-clause
- Created: 2011-12-01T07:41:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T14:22:37.000Z (about 3 years ago)
- Last Synced: 2023-04-10T10:23:27.064Z (almost 2 years ago)
- Topics: hlds, java, server-queries, srcds, steam, web-api
- Language: Java
- Homepage: https://koraktor.de/steam-condenser
- Size: 1.21 MB
- Stars: 96
- Watchers: 24
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Steam Condenser
===============[![Build Status](https://secure.travis-ci.org/koraktor/steam-condenser-java.png)](http://travis-ci.org/koraktor/steam-condenser-java)
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 newerThe 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:
com.github.koraktor
steam-condenser
x.y.z
Remember to specify a version using appropriate tag.
## Logging
Steam Condenser provides logging based on [SLF4J][slf4j]. To make use of it you
have to add a logger implementation (like slf4j-log4j) to your application's
classpath. See [this list][loggers] 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
* [Steam Condenser home](http://koraktor.de/steam-condenser)
* [GitHub project page](https://github.com/koraktor/steam-condenser)
* [Wiki](https://github.com/koraktor/steam-condenser/wiki)
* [Google group](http://groups.google.com/group/steam-condenser)
* [Ohloh profile](http://www.ohloh.net/projects/steam-condenser)Follow Steam Condenser on Google Plus+ via
[+Steam Condenser](https://plus.google.com/b/109400543549250623875/109400543549250623875)
or on Twitter via [@steamcondenser](https://twitter.com/steamcondenser).[loggers]: http://www.slf4j.org/manual.html#swapping
[slf4j]: http://www.slf4j.org