steam-webapi-rust-sdk

Set of utility functions to access Steam Web API.

https://github.com/bohdaq/steam-webapi-rust-sdk

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

rust sdk steam
Last synced: 6 months ago · JSON representation ·

Repository

Set of utility functions to access Steam Web API.

Basic Info
  • Host: GitHub
  • Owner: bohdaq
  • License: other
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 182 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 8
Topics
rust sdk steam
Created over 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Contributing License Citation

README.md

Welcome to steam-webapi-rust-sdk!

Hi, steam-webapi-rust-sdk is a set of utility functions to access Steam Web API.

In order to use this library make sure to set STEAMWEBAPI_KEY system environment variable.

The library itself tries to minimize number of networks calls through the caching relevant responses to the 'steam-webapi-cache' folder.

There is already prebuilt cache for all steam apps, in order to use it, simply download and extract steam-webapi-cache into the root folder of your project. You can check integrity of the package by provided sha256 checksum.

Features

  1. Ability to get list of apps available on the Steam
  2. Ability to get detailed app description from Steam
  3. Ability to retrieve list of Dota2 matches
  4. Local cache of the app details

Configuration

In order to use this library make sure to set STEAMWEBAPI_KEY system environment variable.

$ vim ~/.bash_profile

export STEAMWEBAPIKEY="YOURSTEAMWEBAPI_KEY"

$ source ~/.bash_profile

Demo

App to retrieve details for all apps available on Steam store.

App to list all properties in app details response API on Steam store.

App shows how to use steam-webapi-rust-sdk to retrieve list of Dota2 matches

Documentation

Public functions definitions and usage can be found at cargo docs.

Build

If you want to build steam-webapi-rust-sdk on your own, make sure you have Rust installed.

$ cargo build

Test

If you want to test steam-webapi-rust-sdk. You need to be connected to the internet as some of the tests invoke Steam API.

$ cargo test

Community

Contact me on Discord where you can ask questions and share ideas. Follow the Rust code of conduct.

Donations

If you appreciate my work and want to support it, feel free to do it via PayPal.

Owner

  • Name: Bohdan Tsap
  • Login: bohdaq
  • Kind: user

Citation (CITATION.cff)

cff-version: 0.0.4
message: "If you use this software, please cite it as below."
authors:
  - family-names: Tsap
    given-names: Bohdan
    orcid: https://orcid.org/0000-0002-5221-5607
    email: bohdan.tsap@tutanota.com
title: "steam-webapi-rust-sdk"
version: 0.0.4
doi: 10.5281/zenodo.7236061
date-released: 2022-10-21
url: "https://github.com/bohdaq/steam-webapi-rust-sdk"

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 160
  • Total Committers: 1
  • Avg Commits per committer: 160.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 160
  • Committers: 1
  • Avg Commits per committer: 160.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Bohdan Tsap b****p@t****m 160
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cargo 8,659 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 1
crates.io: steam-webapi-rust-sdk

Set of utility functions to access Steam Web API

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8,659 Total
Rankings
Dependent repos count: 29.3%
Dependent packages count: 33.8%
Forks count: 37.5%
Average: 43.4%
Stargazers count: 50.6%
Downloads: 65.5%
Maintainers (1)
Last synced: 7 months ago