Skip to content

tanktopSecurity/Get-Steamy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Get-Steamy

Get-Steamy is a PowerShell module that aims to make querying the Steam Web API more accessible for PowerShell users. Each function is essentially a wrapper for an API call, with variable substitutions for the API Key, Steam username, steamID. Each function requires the steamID and key parameters. Each function filters the result via dot-notation and uses Write-Output to both disply and make avaiable the result of the API call for assiging to variables.

  1. Get a Steam Web API Key from here: https://steamcommunity.com/dev/apikey

  2. Import the module (may need to set PowerShell Execution Policy to unrestricted) 1

  3. Set a variable $key with your API key 2

  4. Using the first function Get-SteamUserID, Resolve the steamID of the player your searching for 3

  5. You can now use the steamID as a parameter for other functions/API calls 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published