Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/woctezuma/steam-cut
- Owner: woctezuma
- License: mit
- Created: 2019-04-03T16:22:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T02:30:51.000Z (7 months ago)
- Last Synced: 2024-05-21T03:39:58.158Z (7 months ago)
- Topics: steam, steam-api, steam-games, steam-reviews
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: