A terminal-based Steam game recommendation tool written in Python. The program analyzes a user's Steam library using the Steam Web API, identifies their most played genres, creates a chart containing ...
Python library designed to simplify and automate interactions with the Steam API. This wrapper provides a convenient interface for accessing various endpoints of the Steam API, reducing the manual ...
割と有名な話ですが、SteamはAPIを公開していて無料で誰でも使えるので、Pythonなどの知識があればそれを叩いて情報を取得して遊ぶことができます。 細かい話はリファレンス(↓のやつ)にずらずら書いてあるのですが、よく使う概念・機能とかは以下。