Skip to content

Saves CS:GO match statistics & demos.

License

Notifications You must be signed in to change notification settings

The-Doggy/SQLMatches

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub license Actions Status

SQLMatches 0.0.6

SQLMatches is a completely free & open source CS:GO match statistics & demo recording tool. If you need any help feel free to ask on our discord, please don't open a issue unless if its code related.

Consider donating to help support hosting this project!

Setup

Self-hosted

  • Install SQLMatches with pip3 install SQLMatches.
  • Create a file like run.py.
  • Set up uvicorn with Starlette.
    • I recommend running Nginx as a reverse proxy.
    • Also setting up a SSL with Certbot.
  • Run run.py using PM2 or screen.
  • Now install the plugin & setting the sm_sqlmatches_url CVAR to your site with '/api/' appended to it.
  • Then follow the 'Hosted version' guide ignoring the 1st point.

Hosted version

  • Visit SQLMatches.com
  • Login with steam.
    • Please note you can only own one community right now, so when you login if you get redirected this is why. But you can disable your community at anytime & create a new one.
  • Enter your community's name & click create.
  • Install the plugin.
  • Set sm_sqlmatches_key CVAR as your API key located on your community page, under 'Owner Panel'.
  • Sit back and relax!

Supported database engines

  • MySQL (Fully tested)
  • Postgresql (Not tested)
  • SQLite (Not tested)

Looking for the super ugly & out of date PHP version? Check it out here

About

Saves CS:GO match statistics & demos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • SourcePawn 22.4%
  • HTML 16.5%
  • CSS 4.5%
  • JavaScript 0.2%