billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

Add ID to get_player #7

Closed KorewaKiyo closed 6 years ago

KorewaKiyo commented 6 years ago

add the ability to use the player's uplayid to get the player info

billy-yoyo commented 6 years ago

Shouldn't be too hard to do, I'll try add it with the white noise update stuff

billy-yoyo commented 6 years ago

added this functionality, you can now do:

auth.get_player(uid="some_unique_identifier", platform=...)

going to wait until I get the new operators working before I push this to PyPI