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.
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters