Terbau / fortnitepy

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

add date of birth using the corrections endpoint if required #173

Closed bassner closed 1 year ago

bassner commented 1 year ago

Epic requires all accounts to have a date of birth set and prevents logging in if you don't have it. grafik

This PR handles this by setting the birthday to a random date between 1995 and 2003 if this is the case for an account.

Terbau commented 1 year ago

Thanks for the PR. The fix is now available on pypi :)