Skip to content

YoungTrep/ufcpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFCPY

Discord
GitHub forks
GitHub Repo stars

UFCpy is a Python wrapper to get access to the UFC fighter roster.

Installation

Use the package manager pip to install ufcpy.

pip install ufcpy

Usage

from ufcpy import Fighter

f = Fighter('Jon Jones')

# returns 'Bones'
f.nickname

# returns 'Rochester, United States'
f.hometown
from ufcpy import Champion

Champions = Champion()

# returns heavyweight champion
Champions.heavyweight

License

MIT

About

Python wrapper to get access to the UFC fighter roster.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages