Terbau / fortnitepy

Async python library for interacting with Fortnite's API and XMPP services.
MIT License
147 stars 50 forks source link

Add support for events. (Leaderboards, event data, account data) #2

Open Terbau opened 5 years ago

Terbau commented 5 years ago

Add support for events.

https://events-public-service-live.ol.epicgames.com /api/v1/players/Fortnite/{accountId} /api/v1/events/Fortnite/download/{accountId} /api/v1/events/Fortnite/{eventId}/history/{accountId} /api/v1/leaderboards/Fortnite/{eventId}/{eventWindowId}/{accountId}

Terbau commented 5 years ago

I need some other things to work before implementing this. Therefore im moving it to the v0.3 milestone.