Git Product home page Git Product logo

steam-gauge's Introduction

Steam Gauge

Steam Gauge is a Python-based web app driven by Flask that produces data-rich Steam account summaries. It makes use of Steam's Web API, Big Picture API, and metadata gathered using a (presently closed-source) Python app that scrapes data from the Steam Store pages (when necessary). That metadata is stored in a SQL database for easy retrieval by the Steam Gauge app. The app has undergone several revisions, including a migration from Python 2 to 3 and has subsequently been open-sourced. This repository represents work going forward from that migration (for security reasons, it does not include the full history of the original repo), and is presently being refactored to use better software design patterns.

Requirements

  • Python 3.4.5 or higher (earlier versions of Python 3 have not been tested)
  • Package requirements can be found in requirements.txt and installed using pip (note, if you opt to use MySQL, you may have to download and make mysql-connector-python manually)

Usage

  • create config.py in the app directory and give values to your app constants (see config-example.py)
  • if you're running locally, run app.py from the app directory. Otherwise, refer to documentation on setting up and using Passenger with your server.
  • access with your client at http://127.0.0.1:5000 by default

Limitations/Known Issues

  • The code is still a bit hairy in some places and can definitely benefit from some refactoring/optimization.
  • Currently, there is no unit testing to mitigate regressions.
  • User data accuracy reporting has external dependencies and is also a bit hacky.

Author

Jonathan Prusik @jprusik [www.classynemesis.com]

steam-gauge's People

Contributors

jprusik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.