bisguzar / hltv-match-api-system

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%