/pyhltv

Repository to extract information from the HLTV website.

Primary LanguagePython

PyHltv

Repository to extract information from the HLTV website

Table of contents

Installation

It has not yet been published.

How to use

# Import Matches features from the library
from py_hltv import Matches

# Return the List of Matches.
Matches.get_matches()

Functions

getMatches

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