Program to easily extract player profiles using Epic Games API. Made for personal use.
Device code generation and some functions is based on xMistt's DeviceAuthGenerator project. But this program does not generate any device auths. Retrieves the player profiles using the user's access token.
After completing the authorization, select a player profile and the program will download it to the /profiles
folder for you.
-
Install the requirements (only applies to the Python script, you don't need to install requirements for the executable).
pip install -U -r requirements.txt
-
Run ProfileExtractor, either being
extractor.py
orProfileExtractor.exe
. -
Login the the Epic Games account you want to download profiles for when prompted.
-
Wait 5 or less seconds for logging in. Then you can choose to download whatever profile you want.
If you have a problem, you can get help from the links below.