Skip to content

Get information about games or apps from Steam in Nushell

License

Notifications You must be signed in to change notification settings

GooRoo/Steam.nu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam.nu

This module allows to get the information about games or apps from Steam.

Installation

> nupm install --git git@github.com:GooRoo/Steam.nu.git
> use steam

Usage

Warning

Steam applies some limits on the amount of requests. For me, roughly 2 requests per second worked fine.

Detailed information

Get the detailed information:

> 'https://store.steampowered.com/app/1328670/Mass_Effect_Legendary_Edition/' | steam app-details

Specify the language of the response:

> 1328670 | steam app-details --lang ukrainian

Price overview

Get the prices information for one game:

> 'https://store.steampowered.com/app/1328670/Mass_Effect_Legendary_Edition/' | steam price-overview

Get the prices for several games:

> [1328670 1091500] | steam price-overview
╭───┬─────────┬─────────┬──────────┬─────────┬───────┬──────────────────┬───────────────────┬─────────────────╮
 # │   id    │ success │ currency │ initial │ final │ discount_percent │ initial_formatted │ final_formatted │
├───┼─────────┼─────────┼──────────┼─────────┼───────┼──────────────────┼───────────────────┼─────────────────┤
 0  1328670  true     EUR          5999    479                92  59,99             4,79           
 1  1091500  true     EUR          5999   5999                 0                     59,99          
╰───┴─────────┴─────────┴──────────┴─────────┴───────┴──────────────────┴───────────────────┴─────────────────╯

Tip

You can mix numerical IDs with URLs. In the latter case, the URLs get parsed to extract the IDs.

About

Get information about games or apps from Steam in Nushell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors