/hltv-match-api-system

You can get matches from hltv.org with this project.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

OUTDATED

Take a look to https://github.com/akagna/HLTV-Match-API

hltv-get-matches

You can get matches from hltv.org with this project.

Installation

You need first install requestments. Run this command if you have installed pip.

sudo pip install bs4

Move "hltvapi.py" file to your main folder.

#How To Use First import "hltvapi" to your project. You can get finished, live, incoming matches now. Documents coming type of json.

from hltvapi import *
print matches()