Skip to main content

A Python wrapper for API access to the UFC fighter roster

Project description

PyUFC - A Python wrapper for API access to the UFC fighter roster Inspired by https://github.com/valish/ufc-api

In [1]: from pyufc import Fighter

In [2]: f = Fighter()

In [3]: f.get_fighter(“randy couture”)

In [4]: f.summary Out[4]: u’World class wrestler, great clinch’

In [5]: f.record Out[5]: u’19-11-0’

In [6]: f.twitter_url Out[6]: u’http://twitter.com/Randy_Couture

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page