Repository to extract information from the HLTV website
It has not yet been published.
# Import Matches features from the library
from py_hltv import Matches
# Return the List of Matches.
Matches.get_matches()
Gets all defined matches(https://www.hltv.org/matches). (1 request)
Param | Type | Default | Description |
---|---|---|---|
- | - | - | - |
# Import Matches features from the library
from py_hltv import Matches
# Return the List of Matches.
matches = Matches.get_matches()
print(matches)
See model Matches