Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

CS GO API

A cs go api to get matches from hltv website (unofficial api)

The current available features are:

  • list of upcoming matches
  • list of results

All the results are stored in pandas dataframes, to make it easier to process this data afterwards.

Exemple of use

importhltvapiashltvimportpandasaspdresults=hltv.results(20) # results from the previous 20 daysfort1, t2inzip(results["teamnames1"], results["teamnames2"]):
print(t1, "vs", t2) # print all matches names

Thanks to akagna

I started this repository using the code from https://github.com/akagna/HLTV-Match-API as a basis

About

A cs go api getting matches from hltv website

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages