Skip to content

YoungTrep/ufcpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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 find_fighter_by_fullname

fighter = find_fighter_by_fullname('Jon Jones')

# returns 'Bones'
fighter.nickname

# returns 'Rochester, United States'
fighter.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