Skip to content

Download your complete csgo matchhistory → Parse the gathered data to json → start a quick analysis on the data

License

Notifications You must be signed in to change notification settings

Helyux/csgo-match-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Xing

csgo-match-history

Download your complete csgo matchhistory
Parse the gathered data to .json and
start a quick analysis on the data.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Demo Output
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

As i'm someone who likes to analyze available data I thought, I have all this data on my competitive csgo matches.
Why not start to analyze it? → So i did it :)

Currently available data:

  • Map info (times played, times played %, win, lose, draw, surrender and win%)
  • Map misc (times played, map total que time, map total play time, map avg que time, map avg play time)
  • Fun stats (total que time, total avg que time, absolute longest que time, absolute shortest que time)
  • Fun stats (total play time, average play time, absolute longest play time, absolute shortest play time)
  • Player stats (times played with, avg K/D/A, avg ping, avg mvps, avg hsp%, avg score, K/D/A Score)

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites ✈️

  • Pipenv
pip install pipenv

Installation ⚡

  1. Clone the repository
 git clone https://github.com/Helyux/csgo-match-history
  1. Install python packages from pipfile
 pipenv install
  1. Run the entry script
 pipenv run python main.py

Configuration 📋

  1. Make a copy of template.toml named prod.toml in the base directory
  2. Fill in the variables in prod.toml

(back to top)

Demo Output

Here is some demo output, please excuse me being terrible at the game.

map info example output map misc example output fun stats example output player stats example output

(back to top)

Roadmap

  • Add more available data
  • Visualize already available data

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Lukas Mahler - @LyuxGG - [email protected]

Project Link: https://github.com/Helyux/csgo-match-history

(back to top)

Acknowledgments

Resources i used and found helpful while building this.

(back to top)

About

Download your complete csgo matchhistory → Parse the gathered data to json → start a quick analysis on the data

Topics

Resources

License

Stars

Watchers

Forks

Languages