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
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)
To get a local copy up and running follow these simple example steps.
- Pipenv
pip install pipenv
- Clone the repository
git clone https://github.com/Helyux/csgo-match-history
- Install python packages from pipfile
pipenv install
- Run the entry script
pipenv run python main.py
- Make a copy of template.toml named prod.toml in the base directory
- Fill in the variables in prod.toml
Here is some demo output, please excuse me being terrible at the game.
- Add more available data
- Visualize already available data
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Lukas Mahler - @LyuxGG - m@hler.eu
Project Link: https://github.com/Helyux/csgo-match-history
Resources i used and found helpful while building this.