Fortnite(username, password, EULA_ACCEPTED=False) - Main class, logs in to Epic Games and authenticates Fortnite access.
Fortnite.get_stats(epic_id) - V2 of Fortnite stats. Gets season stats, not per-game stats (like most other libraries)
Fortnite.get_profile(epic_id) - Get user information (displayName etc.)
Fortnite.get_friends() - Get friends of the logged in account.
Fortnite.get_public_stats(epic_id) - Get minimal informational stats of the account.