Skip to content
/ pyhltv Public

Repository to extract information from the HLTV website.

Notifications You must be signed in to change notification settings

richecr/pyhltv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository to extract information from the HLTV website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages