Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 839 Bytes

Inventory Aggregator

Collects stats on the inventories of a steam group's members.

Getting started

You'll need git and node.

  1. Clone the repository.
  2. Edit the group field of config.json to a desired steam community group's custom URL subdirectory.
  3. Grap dependencies with npm install.

Running

  • npm start grabs and saves user inventories to the inventories folder.
    • npm run users aggregates users based on tab ownership and saves to the data folder.
    • npm run apps aggregates apps based on tab ownership and saves to the data folder.

Sample data

The config, data, and inventories from the InventoryService group are included in the repository.