Steam Tags on PyPI
Project description
Match Steam Tags
This repository contains Python code to match Steam tags with appIDs.
Installation
The code is packaged for PyPI, so that the installation consists in running:
pip install steamtags
Usage
Load genres and tags from a local cache, if available. Otherwise, download them.
import steamtags
genres_dict, tags_dict = steamtags.load()
Download genres and tags based on Top 100 games, with respect to the number of players in the last two weeks.
import steamtags
genres_dict, tags_dict = steamtags.download(data_source='top100in2weeks')
Download genres and tags based on Top 100 games, with respect to the number of players since March 2009.
import steamtags
genres_dict, tags_dict = steamtags.download(data_source='top100forever')
Download genres and tags based on Top 100 games, with respect to the estimated number of owners.
import steamtags
genres_dict, tags_dict = steamtags.download(data_source='top100owned')
References
- An exhaustive list of tags can be found in
steam-labs-recommender
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
steamtags-0.1.2.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for steamtags-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79067aed82ae85025c923dddfdf06ae83f27212836900e7aef8640eb39fbeb03 |
|
MD5 | c06cf0022ac3ad338fe990f276b1b043 |
|
BLAKE2b-256 | 14924a4637c37d7976325d3dc844ab4a3b303924d1e57bd2daf4d2925f0c171f |