Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Pyff

Pyff is a very small python wrapper for the Flyff Universe API. As time goes on and the API gets more populated, this library will hopefully follow.

Contributions and pull requests are welcome!

Quick Start

frompyff.flyffimportFlyffflyff=Flyff()
item_ids= [1, 3, 5, 52, 55, 61, 81]
items=flyff.get_items_by_ids(item_ids)
foriteminitems:
print(item['name']['en'])

About

A Python wrapper for the Flyff Universe API.

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Contributors

Languages