Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/kxxoling/san
- Owner: kxxoling
- Created: 2017-10-19T16:30:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T05:26:35.000Z (over 2 years ago)
- Last Synced: 2024-10-04T15:43:31.467Z (3 months ago)
- Topics: aiohttp, aioredis, jinja2, python3, sanic
- Language: Python
- Homepage: https://san-cdocyzivjm.now.sh/121230511/solo.svg
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
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