1
0
Fork 0
mirror of https://github.com/SocksPls/hltv-api synced 2025-04-30 07:33:09 +00:00
Commit graph

60 commits

Author SHA1 Message Date
cfbd69375f Fixed formatting 2020-11-16 20:34:07 +00:00
8cbeac756e Added stats to get_player_info 2020-11-10 13:29:31 +00:00
5a69533427 Updated readme with new get_players and get_player_info 2020-11-10 13:14:22 +00:00
1129edf35b Add ID, Name to get_players; created get_player_info 2020-11-10 13:03:59 +00:00
a18096ae43 Repaired get_matches for new layout 2020-07-29 16:14:53 +01:00
NAme
8a28c4c77d
Create LICENSE 2020-04-03 19:13:50 +01:00
22b161f4fe Updated requests library requirement 2019-04-11 11:11:20 +01:00
David Silva
7409241835
Merge pull request #13 from marsch2/master
Fixed the api for current hltv layout and added a new function
2019-02-21 18:49:14 +01:00
marsch2
aa58cd672c Working again. Fixed errors due to changed hltv layout and encoding errors in python 3.7 2019-02-21 18:05:17 +01:00
marsch2
162a1d42a4 Added get_resuts_by_date(date, date) function amd fixed the cloudflare error 2019-02-21 15:45:22 +01:00
Sam
823eee4f36
Update README.md 2018-05-12 09:57:52 +01:00
David Silva
c1a0f437ac
Merge pull request #12 from zGrav/master
fix(main): get_players uses bodyshot-team now
2018-03-09 00:34:55 +01:00
David Silva
b0f36ea0f9 fix(main): get_players uses bodyshot-team now 2018-03-09 00:34:26 +01:00
f350b50d94 Added better documentation 2018-02-15 14:29:39 +00:00
David Silva
92ff9f8a50
Merge pull request #11 from zGrav/master
fix(main): remove comments just to get some output
2018-02-10 13:36:51 +01:00
David Silva
e2e20346ba fix(main): remove comments just to get some output 2018-01-07 03:11:29 +00:00
David Silva
e6a7ef49f8
Merge pull request #10 from zGrav/master
fix(main): teamscores are now int
2017-12-04 18:01:18 +01:00
David Silva
50a7799c2c fix(main): teamscores are now int 2017-12-04 18:00:28 +01:00
Socks
b92e608268
Merge pull request #9 from zGrav/master
fix(main): small fix regarding results w/ featured events
2017-12-02 18:07:00 +00:00
David Silva
81e2a3d3d2 fix(main): small fix regarding results w/ featured events 2017-12-02 18:28:15 +01:00
Socks
2ba95eab50
Merge pull request #8 from zGrav/master
fix broken features due to changes on HLTV
2017-11-30 15:43:57 +00:00
David Silva
4d6b569f0a remove domain from readme 2017-11-30 16:42:59 +01:00
David Silva
420d5bf8d9 fix of the fix on readme 2017-11-30 16:38:05 +01:00
David Silva
94004e25b6 update readme 2017-11-30 16:36:27 +01:00
David Silva
992334fe56 fix broken features due to changes on HLTV 2017-11-30 16:27:10 +01:00
Socks
32db613206 Update with list of what works 2017-07-14 19:53:14 +01:00
b6d5146a2f Fixed the top20teams function (although it now returns 30 teams thanks to HLTVs updated site layout) 2017-07-14 19:44:26 +01:00
8f766ba7af Updated top5teams func for new site layout (rest coming soon) 2017-06-14 21:46:40 +01:00
Socks
dd4bece7a7 Comment on HLTVs updated team rankings 2017-03-22 15:00:28 +00:00
SecretlyTaco
467c003939 Apparently the match ID needs to serve the entire URL (thanks flanneljesus) 2016-09-18 21:09:53 +01:00
SecretlyTaco
e737d4235a matchids are now ints 2016-09-18 09:15:57 +01:00
SecretlyTaco
987313b43e get_results and get_matches now get the match ID 2016-09-18 09:12:29 +01:00
Socks
c96044d89c Merge pull request #7 from flannelJesus/dev
ints for ids and scores
2016-09-16 17:59:47 +01:00
Sam
0caf06ce55 ints for ids and scores 2016-09-16 17:58:24 +01:00
SecretlyTaco
0c781fe66f Fixed last commit pls ignore 2016-09-16 17:48:38 +01:00
SecretlyTaco
278bb0cdfe Added pprint for easier to read output 2016-09-16 17:47:30 +01:00
060336f2aa Added get_results funciton 2016-09-16 13:35:51 +01:00
Socks
4ae3121f1a Merge pull request #6 from flannelJesus/dev
get_matches fix to return dictionary (incomplete)
2016-09-16 11:59:18 +01:00
flannel jesus
1ebe3293e6 get_matches fix to return dictionary (incomplete) 2016-09-15 23:13:39 +01:00
Socks
2fc037a1ba Merge pull request #5 from flannelJesus/get_team_info
general get_team_info function
2016-09-13 16:36:01 +01:00
Sam
208bca7443 general get_team_info function
we may not need get_players
2016-09-13 08:40:24 +01:00
SecretlyTaco
db57ac411b Added function to get a list of player names from a team ID. Needs some heavy rewriting 2016-09-13 04:59:12 +01:00
SecretlyTaco
27d0785ddb Updated top_players to get team name 2016-09-13 01:37:15 +01:00
SecretlyTaco
30404fbd8f Removed redundant code 2016-09-13 01:30:17 +01:00
SecretlyTaco
97f9f108c3 Merge pull request #4 from flannelJesus/fixingfunctions
fixed top_players function
2016-09-13 01:24:35 +01:00
Sam
bfec7b9706 fixed top_players function 2016-09-13 00:28:53 +01:00
SecretlyTaco
d5403101a9 Added function to get top 5 players in each category. Not yet formatted to JSON/Dict 2016-09-12 17:16:46 +01:00
SecretlyTaco
eb0c02a5f8 Not sure if this workaround is better or worse than the old one, but this one works for more people 2016-09-12 15:14:43 +01:00
SecretlyTaco
8f871233bd Merge pull request #2 from flannelJesus/newChanges
New changes
2016-09-12 14:37:36 +01:00
flannel jesus
43c5156984 fix issue with some player links being in a different format 2016-09-12 09:27:24 +01:00