1
0
Fork 0
mirror of https://github.com/SocksPls/hltv-api synced 2025-05-01 07:53:07 +00:00

Update README.md

This commit is contained in:
NAme 2022-05-28 18:47:20 +01:00 committed by GitHub
parent ab17ce1d30
commit 156c5b94e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -299,13 +299,14 @@ Provides an API for HLTV
```python ```python
>>> hltv.get_matches() >>> hltv.get_matches()
[{'date': '2020-11-10', [{'date': '2022-06-06',
'time': '15:00', 'event': b'WePlay Academy League Season 4',
'event': b'IEM Beijing-Haidian 2020 Europe', 'team1': b'Astralis Talent',
'team1': b'Spirit', 'team2': b'Apeks Rebels',
'team2': b'OG'}, 'time': '18:10',
'url': 'https://hltv.org/matches/2356247/esl-impact-league-season-1-finals-grand-final-esl-impact-league-season-1-finals'},
... ...
}] ]
``` ```
## `get_results` ## `get_results`