Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
/ steamat Public archive

Gather statistics of steam games from steamcharts in your terminal

License

Notifications You must be signed in to change notification settings

shijimasoft/steamat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license linux64 win64 macos64

STEAMAT

Gather statistics of steam games from steamcharts in your terminal

steamat

📌 More


STEAMAT is a powerful client written in Rust which uses scraper and ureq libraries to collect and parse data from steamcharts webpages

⚡️ How to run it


Rename your binary file in "steamat" (or compile the source code with cargo build --release) first

*On Linux*
./steamat "game title"

*On Windows*
steamat.exe "game title"

*On macOS*
chmod +x steamat #Do it only one time
./steamat "game title"

A list of occurrences will appear according to the game title, you have to select the right one with the corresponding index

📖 Usage


Basic usage:
(Online players and Peaks)

steamat "Fallout 3"

Last month statistics:
(Avg, Gain/Loss and Peak players in the last 30 Days)

steamat -lm "Subnautica: Below Zero"

History of statistics:
(Table that contains the history of stats)

steamat -h "Cyberpunk 2077"

STEAMAT version:
(Show the latest version of STEAMAT)

steamat -v

✅ To-Do


  • Basic stats
  • Last 30 Days stats
  • History table