# 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/"`