Skip to content

Frostiae/Pyff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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

from pyff.flyff import Flyff

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

About

A Python wrapper for the Flyff Universe API.

Topics

Resources

Stars

Watchers

Forks

Languages