Metadata-Version: 2.1
Name: apex-stats
Version: 0.1.2
Summary: Tracker.gg api wrapper
Home-page: http://github.com/yamozha/apex_stats
Author: yamozha
Author-email: yamozha16@protonmail.ch
License: MIT
Platform: UNKNOWN

# apex_stats
an api-wrapper for https://apex.tracker.gg/

### recentlyPlayed(username/id, userplatform (optional) )
Shows you your recently played legends.

userplatform is, by default, origin, but you can choose from 'origin', 'xbl', 'psn'.  
username/id is - the desired username to be checked.

```
apexStats = apex.recentlyPlayed(your-tracker.gg-api-key)
apexPrint = apexStats.recentlyPlayed(username/id)
print(apexPrint)
>>> ['your', 'last', 'played', 'characters']
```


