mbuxmann / dota-stats

The bitVivAZ DOTA STATS website that I made to gather all my stats from the Steam API for the game DOTA 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitVivAZ DOTA STATS

I created this project to learn more about using API's and serving data with a Flask application. It was also a good opportunity to learn more about AWS, therefore I decided to host the back end on an Amazon Elastic Compute Cloud.

Currently, the website only supports the resolution of 1920x1080.

TODO

  • Support more resolutions
  • Add a search bar to filter through heroes

Tech Stack

  • Flask
  • Python
  • JavaScript
  • HTML
  • CSS
  • Bootstrap
  • SQLite
  • Nginx
  • Gunicorn
  • Amazon Web Services
  • GitPages

Features

  • Heroes Pages, Data Page
  • SQLite for database
  • Python Script that retrieves data from Valve's DOTA API and stores it
  • Flask Application which serves the SQLite data to the front-end website
  • Front-end that parses all the data and displays it to the user
  • Cronjob that runs a python script to update every hour all the data

Source Code

Screenshots

Home Page Oracle Axe Pudge

About

The bitVivAZ DOTA STATS website that I made to gather all my stats from the Steam API for the game DOTA 2.


Languages

Language:JavaScript 73.0%Language:HTML 20.3%Language:CSS 6.7%