Skip to content

voblivion/django-steam-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-steam-api

Steam api models for django

Installation

pip install django_steam_api

Configuration

First install the app and set your Steam API key :

INSTALLED_APPS = (
    //...
    'django_steam_api',
    //...
)

STEAM_API_KEY = 'YOURSTEAMAPIKEY'

Then update database scheme :

./manage.py migrate

Usage

Import models and use custom objects methods to populate the databse. Currently :

Player.objects.steam_create(id)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages