Skip to content

Downloads sets from smash.gg then allows for extraction of whatever statistics. killAnalyze.py has examples.

Notifications You must be signed in to change notification settings

ali-layken/SlippiPythonAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlippiPython

API for interacting with standardized slippi replay data (.slp) from smash.gg sets. The smash.gg API descrription has been updated and (.slp) has changed alot in the last 7 years. This project is no longer being supported I wrote it in highschool. To work with slippi data in python please refer to this community effort: https://pypi.org/project/py-slippi/

How to use:

-run DownloadStats.py and follow the directions

Ouput:

kill.txt & stats.txt are examples of what the output will look like.

How to develop:

-make a pickle and open the pickle created by DownloadStats.py

everything that you need to extract new stats like maybe stage win% or somthing will be conatianed in the pickle.

The pickle is a list with 2 things:

-ALL of the set data as a dict

-a dict with info about every game so u dont have to loop over and grab it before doing whaetever stat

About

Downloads sets from smash.gg then allows for extraction of whatever statistics. killAnalyze.py has examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages