Metadata-Version: 2.0
Name: fortniteapi
Version: 1.1.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.1.1.tar.gz
Keywords: fortnite,api,tracker,fortnite tracker
Platform: UNKNOWN


For a list of all the variables see the github and look at variables.txt

Usage:


	import fortniteapi

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

	wins = tracker.SOLO_WINS

	print(wins)



