Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kxxoling/san

Dota2 badges implemented with Sanic framework. Try it:
https://github.com/kxxoling/san

aiohttp aioredis jinja2 python3 sanic

Last synced: 25 days ago
JSON representation

Dota2 badges implemented with Sanic framework. Try it:

Awesome Lists containing this project

README

        

============
Dota2 badges
============

``san`` is a project built on Sanic and Opendota API, using Redis as data cache.

Install
=======

It's strongly suggested to use ``pipenv`` to install and manage the Python dependencies!

pipenv install && pipenv shell

And also, you need to have Redis installed and started, assuming it's running at ``redis://localhost:6379``.

Running
=======

Now you can run ``python app.py`` and open link like ``http://localhost:8000/[your_steam_id]/mmr.svg`` to get your MMR badge:

.. image:: https://cdn.rawgit.com/kxxoling/san/master/mmr.svg