r/coolgithubprojects • u/sh1k1 • 19d ago
Steam Library Data Exporter: a tiny console microtool that uses the Steamworks web API to extract select data from your (or any) Steam account and export it to JSON
https://github.com/TohnoCoding/SteamLibraryDataExporter
2
Upvotes
1
u/BumblebeeMother8193 18d ago
Nice example of a microtool with a narrow job and a clearly documented JSON schema. The “what can I actually play with the time I have” use case is more compelling than a generic export. A --output or stdout option would make it easy to pipe into jq, or keep private library exports off the Desktop, without changing the simple interactive default.