#profile #steam #basic #statistics #sync #default #async

steam-profile

A simple library to get basic profile statistics from steam

3 releases

new 0.1.6 Nov 1, 2024
0.1.5 Nov 1, 2024
0.1.0 Nov 1, 2024

#33 in #profile

Download history 150/week @ 2024-10-26

158 downloads per month

MIT license

23KB
473 lines

A simple library to get basic profile statistics from steam

library uses ureq and scraper to retrive account information from a steam page

Features

  • sync - on by default provides sync implimentation of this library
  • async - provides sync implimentation of this library
  • print - on by default provides pretty print method for Profile

Sync Example

use steam_profile::synclib::Profile;
fn main() {
    let profile = Profile::get_full_profile("test");
    profile.print_profile();
}

Dependencies

~7–16MB
~229K SLoC