======================
Using the opendota.com API, this script can generate an overview of all games played so far, both for individual players and for groups of players.
run pip to ensure all requirements are fulfilled
pip3 install -r requirements.txt
now you can run the script:
main.py -p PLAYERIDS
i.e. main.py -p 221666230 12345674
This code is licensed under the GNU General Public License v3.0. For more details, please take a look at the LICENSE file.