Skip to main content

A package to retrieve stats from ufcstats.com

Project description

#UFCStats: A Python API for fighers stats on ufcstats.com

ufcstats provides a simple api to retrieve stats from figherse pages on ufcstats.com

##Requirements

This package requires beautifulsoup4 and urllib3

##Installation Use pip to install the package from PyPi:

pip install ufcstats

##Usage Import the package and retrieve stats for a certain fighter:

import ufcstats
stats = ufcstats.getStats("Jon Jones")
print(stats)
{
    "Name": "Jon Jones",
    "Nick": "Bones",
    "Height:": "6' 4\"",
    "Weight:": "205 lbs.",
    "Reach:": "84\"",
    "STANCE:": "Orthodox",
    "DOB:": "Jul 19, 1987",
    "SLpM:": "4.48",
    "Str. Acc.:": "57%",
    "SApM:": "2.05",
    "Str. Def:": "64%",
    "TD Avg.:": "2.07",
    "TD Acc.:": "47%",
    "TD Def.:": "95%",
    "Sub. Avg.:": "0.5"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ufcstats-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

ufcstats-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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