mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
updates
This commit is contained in:
parent
5a6d7006e0
commit
fb383652c8
22 changed files with 3161 additions and 3071 deletions
|
|
@ -10,7 +10,7 @@ use ugc_scraper::{Result, SteamID, UgcClient};
|
|||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
let client = UgcClient::new();
|
||||
let id = SteamID::from(76561198024494988);
|
||||
let id = SteamID::from_steam64(76561198024494988).unwrap();
|
||||
let player = client.player(id).await?;
|
||||
println!("{}", player.name);
|
||||
for team in player.teams {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue