Estimates how much money a piece of software makes on steam using information about its reviews.
Go to file
MichaelYick e085b0802e add 2024 support 2024-02-15 10:50:39 -06:00
src add 2024 support 2024-02-15 10:50:39 -06:00
.gitignore Basic functionality added' 2023-08-10 00:14:18 -05:00
LICENSE Initial commit 2023-08-10 02:53:59 +00:00
README.md List in $USD 2023-08-10 22:50:11 -05:00
SteamMoneyEstimator.nimble add file saving capabilities 2023-08-10 01:44:19 -05:00
nim.cfg Basic functionality added' 2023-08-10 00:14:18 -05:00

README.md

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