Skip to content

trevormccasland/dotalytics-api

Repository files navigation

Steam API documentation

https://steamwebapi.azurewebsites.net/

Development Setup

Configuration

A steam api key is required to run this app. You can obtain one by going to this address: https://steamcommunity.com/dev/apikey

Then create a config.ini file with the following content:

[DEFAULT]
dotaAPIKey=<your key goes here>

Install

For a first time setup you will have to install the requirements:

python setup.py develop

Then you can run the app like so:

dotalytics-api

Dockerfile

If you have docker installed, you can use the container to run the app:

docker build -t dotalytics-api .
docker run -p 8888:8888 dotalytics-api

About

Proxy for the Dota2 steam API to serve Dotalytics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •