Code Monkey home page Code Monkey logo

osu-score-tracker's Introduction

osu-score-tracker

Programs for tracking scores and displaying them in website form, essentially serving as a fresh profile of sorts. Was originally made as an idea to track Kariyu's left hand top plays on kariyu.sheppsu.me.

The db structure isn't rly efficient cuz of possible duplicate beatmap stats, but I didn't care enough to separate stuff out when I initially made it. Only thing I cared to make efficient was website serving.

Website

  • Index page with top 100 scores, rank, total pp, and graph
  • /overlay: Overlay page that shows updated rank in real time

How to use

  • Runs with python (any semi-recent version should be fine).
  • Required libraries to run are in requirements.txt (pip install -r requirements.txt).
  • The programs need a .env file with certain info to run (client variables are oauth credentials from osu profile settings at the bottom):
CLIENT_ID=0
CLIENT_SECRET=*****
USER_ID=0
  • Run create_db.py to create data.db.
  • Run update.py while playing the game, which will update data.db.
  • To run the website, do uvicorn server:app.

osu-score-tracker's People

Contributors

sheppsu avatar

Stargazers

 avatar PumpkinBites 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.