fortnite-replay-reader

Parse fortnite .replay files


Keywords
fortnite, replay, reader, ray
License
MIT
Install
pip install fortnite-replay-reader==0.3.0

Documentation

Ray - Go 86 em

Build Status Coverage Status PyPI BCH compliance

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)

⚠️ More info

Please see Fortnite Replay Decompressor for more details.

License

Licensed under the MIT License.