Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rejchev/steamid

SteamID representations implementation using Java
https://github.com/rejchev/steamid

steam2 steam3 steam32 steam64 steamid steamid-converter steamid64 valve-data-format

Last synced: 7 days ago
JSON representation

SteamID representations implementation using Java

Awesome Lists containing this project

README

        

# SteamID
[![Build](https://github.com/rejchev/steamid/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/rejchev/steamid/actions/workflows/ci.yml)
[![](https://jitpack.io/v/rejchev/steamid.svg)](https://jitpack.io/#rejchev/steamid)
![Weekly download statistics](https://jitpack.io/v/rejchev/steamid/week.svg)
[![LICENSE](https://img.shields.io/github/license/rejchev/steamid)](LICENSE)

## Introduction
SteamID is an implementation of Valve unique account identifier used to identify Steam accounts

The library consists of classes that represents [SteamID](https://developer.valvesoftware.com/wiki/SteamID)
The library also provides registry of converters to convert SteamID representation

## Documentation
Coming soon...

## Usage

### via Releases
Download `.jar` on [releases](https://github.com/rejchev/steamid/releases) or [latest](https://github.com/rejchev/steamid/releases/latest)

### via JitPack
1. Add JitPack repo to your project `pom.xml`
```xml


jitpack.io
https://jitpack.io

```
2. Add to your dependencies and choose `version`
```xml

com.github.rejchev
steamid
Tag

```