Skip to content

mrsrmn/r6stats.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r6stats.py

r6stats.py is a Python wrapper for the R6Stats.com API

Usage

import r6stats

stats = r6stats.Stats(key="")
generic_stats = stats.get_generic_stats(username="BikiniBodhi", platform=r6stats.Platform.pc)

print(generic_stats.wins)

More examples are at the examples folder

Errors

The module will raise KeyError if the given thing is not found

About

A Python wrapper for R6Stats.com API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages