Metadata-Version: 2.1
Name: hltv-fetch
Version: 0.1.1
Summary: My very own HLTV API
Author: Lilseec
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# HLTV ~~(kinda)~~ API
## Project description
<br />

HLTV-fetch is just my fan project that I'm doing while learning bs4 and stuff

<br />

# Install

```
pip install hltv-fetch
```

# Usage

**Get live matches**
```
get_live_matches()
```

**Get future matches**
```
get_future_matches(date) #date is dd.mm.yyyy
```
(thats all for now)
