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

20 commits

Author SHA1 Message Date
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
flannel jesus
fb9d645f6e seang@res exception 2016-09-12 09:02:34 +01:00
flannel jesus
0ab7925576 replaced parseint with python_utils.converters.to_int 2016-09-12 08:33:22 +01:00
flannel jesus
220815cbdc add requirements.txt (update with pip freeze > requirements.txt) 2016-09-12 08:27:37 +01:00
flannel jesus
2c40956208 add pycharm specific folder to .gitignore 2016-09-12 08:27:02 +01:00
SecretlyTaco
c4c6632ddd Merge pull request #1 from flannelJesus/top20teams
Add a top 20 teams function (grabs a lot more data as well), a function to parse ints, and refactored webpage parsing
2016-09-12 01:08:13 +01:00
flannel jesus
a87b1ef068 top20teams function
I'm using dictionaries because dictionaries are basically JSON already.
We can talk about this decision if you don't like it. I'm just assuming
we'll be exporting JSON at the end of this all.
2016-09-11 23:45:36 +01:00
flannel jesus
3fc083b5e3 refactored bs4 parsing pages 2016-09-11 23:45:31 +01:00
SecretlyTaco
b49abe92fa Made python3 compatible 2016-09-11 20:27:49 +01:00
SecretlyTaco
c01abc2213 Can get top 5 teams and match list 2016-09-11 20:22:48 +01:00
SecretlyTaco
ced4e62457 Initial commit 2016-09-10 23:04:57 +01:00