Skip to content

A Flask API for CS2Stats, allowing a front-end to communicate with the MySQL database.

Notifications You must be signed in to change notification settings

sarim-hk/CS2StatsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Highlights:

  • Automatic demo recording
  • Built in ELO system to rank players
  • Live match display
  • In-depth stat tracking, per match, per round:
    • ELO
    • Kills, Assists, Deaths
    • Utility Damage, Total Damage
    • Enemies Flashed, Grenades Thrown
    • Clutch Attempts and Clutches Won
    • KAST
    • Rounds Played and Matches Played

Donation

"Paypal"‎ ‎ ‎ ‎ "Steam Trade Link"

Prerequisites

Installation

  • Clone the repository
  • Rename the config_template.json within /instance/ to config.json
  • Fill out MySQL Server details within the newly-renamed config.json
  • Host the Flask app as you wish - I recommend this tutorial: https://youtu.be/KWIIPKbdxD0
  • Host the scheduler as you wish - I made a service for this
  • Done!

About

A Flask API for CS2Stats, allowing a front-end to communicate with the MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages