Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woctezuma/steam-cut

Count reviews for Steam and non-Steam purchases. Featured in Ars Technica.
https://github.com/woctezuma/steam-cut

steam steam-api steam-games steam-reviews

Last synced: 21 days ago
JSON representation

Count reviews for Steam and non-Steam purchases. Featured in Ars Technica.

Awesome Lists containing this project

README

        

# Steam Cut

[![Build status][build-image]][build]
[![Code coverage][codecov-image]][codecov]
[![Code Quality][codacy-image]][codacy]

This repository contains Python code to fetch the number of reviews for Steam and non-Steam purchases.

## Requirements

- Install the latest version of [Python 3.X](https://www.python.org/downloads/).
- Install the required packages:

```bash
pip install -r requirements.txt
```

## Usage

```bash
python main.py
```

## References

- [A post on ResetERA which goal is to guess Valve's cut](https://www.resetera.com/threads/pc-gaming-era-april-2019-goodbye-uzzy-is-your-new-king.108742/page-22#post-19499658),
- [A thread on ResetERA, based on this repository](https://www.resetera.com/threads/what-cut-do-valve-actually-take-from-devs-is-it-really-as-high-as-some-people-think-lets-find-out.109435/),
- [Ars Technica: "Why Valve actually gets less than 30 percent of Steam game sales"](https://arstechnica.com/gaming/2019/04/why-valve-actually-gets-less-than-30-percent-of-steam-game-sales/)

[build]:
[build-image]:

[pyup]:
[dependency-image]:
[python3-image]:

[codecov]:
[codecov-image]:

[codacy]:
[codacy-image]: