Skip to content

Zakru/wynn.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wynn.py

Documentation Status PyPI

A Python wrapper for the Wynncraft public API

Basic usage

API wrappers are found under the wynn package. To fetch a player's data, for example, you can use

>>> player = wynn.player.get_player('playerName')

Then there are two ways to access data inside

>>> player.username
'playerName'
>>> player['username']
'playerName'

For documentation of the objects returned, see the Wynncraft API docs: https://docs.wynncraft.com/

Relevant sections are also linked in this wrapper's documentation.

About

A Python wrapper for the Wynncraft public API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages