Fortnites favorite assistent is here to help you parse replay files.
from ray import Reader
with Reader("filepath") as replay:
print(replay.stats)
print(replay.team_stats)
for elim in replay.eliminations:
print(elim)
Please see Fortnite Replay Decompressor for more details.
Licensed under the MIT License.