Skip to main content

Steam Tags on PyPI

Project description

Match Steam Tags

PyPI status Build status Updates Python 3 Code coverage Code Quality

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

Project details


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)

Uploaded Source

Built Distribution

steamtags-0.1.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page