woctezuma / steam-groups

Analysis of the libraries of members of Steam groups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam Groups

Build status Code coverage

Disclaimer: you have to fill in your own API key in data/api_key.txt, or in the environment variable API_KEY.

This repository contains code to analyze the libraries of members of Steam groups.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt

Usage

  • Download the list of members of the Steam group of interest. (cf. data/README.md)
  • Download your private Steam API key (cf. data/README.md)
  • Call the Python script steam_groups.py
python steam_groups.py
  • Call the Python script aggregate_stats.py
python aggregate_stats.py

About

Analysis of the libraries of members of Steam groups.

License:MIT License


Languages

Language:Python 100.0%