Metadata-Version: 2.0
Name: fortniteapi
Version: 1.0.1
Summary: A python wrapper for the fortnitetracker.com API
Home-page: https://github.com/mattp111/fortniteapi
Author: Matt P
Author-email: pap0046@nhs.vic.edu.au
License: UNKNOWN
Download-URL: https://github.com/mattp111/fortniteapi/archive/1.0.0.tar.gz
Keywords: fortnite,api,tracker,fortnite tracker
Platform: UNKNOWN


A python wrapper for the fortnitetracker.com API.
Usage:
```python
import fortniteapi

tracker = fortniteapi.tracker("<your api key> <user> <platform>")

wins = tracker.SOLO_WINS
print(wins)
```


