woctezuma / steam-reviews-to-sales

Study the relationship between review numbers and sales for Steam games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam reviews to sales

This repository contains Python code to study the relationship between review numbers and sales for Steam games.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt
pip install git+https://github.com/google/pwlfit.git

Usage

  • To download review numbers as they were on July 1, 2018 for 13,275 games of interest, run:
python download_data.py

Data is downloaded to data/review_stats.json.

  • To filter extreme values and display a scatter plot of the data, run:
python analyze_data.py
  • To fit a model to the data, run:
python fit_model.py

References

Data leak for sales

Data download for reviews

  • Steam API's appreviews endpoint, to get a dump of reviews on an application in Steam
  • steamreviews: a PyPI package to download Steam reviews

Regression tools and documentation

Blog posts

Other repositories of mine

  • AmongUs-DAU: compute "Daily Active Users" (DAU) of Among Us from "Concurrent Connected Users" (CCU)

About

Study the relationship between review numbers and sales for Steam games

License:MIT License


Languages

Language:Python 100.0%