forked from Cavemanon/SteamMoneyEstimator
17 lines
577 B
Markdown
17 lines
577 B
Markdown
# SteamMoneyEstimator
|
|
|
|
Estimates how much money a piece of software makes on steam using information about its reviews.
|
|
|
|
## Usage
|
|
|
|
`SteamMoneyEstimator {FORMAT} [URLS]`
|
|
|
|
This will save a file locally
|
|
`SteamMoneyEstimator plain "https://store.steampowered.com/app/1895350/I_Wani_Hug_that_Gator/"`
|
|
|
|
This will simply output the results to stdout
|
|
`SteamMoneyEstimator stdout "https://store.steampowered.com/app/1895350/I_Wani_Hug_that_Gator/"`
|
|
|
|
Will output all urls data in a csv format
|
|
`SteamMoneyEstimator csv "https://store.steampowered.com/app/1895350/I_Wani_Hug_that_Gator/"`
|