Skip to content

Fortnites favorite assistent is here to help you parse replay files

License

Notifications You must be signed in to change notification settings

AbdullahY36/fortnite-replay-reader

 
 

Repository files navigation

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.

About

Fortnites favorite assistent is here to help you parse replay files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%