Skip to content

jalalshabo/UFC-Web-Scraping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

UFC Web Scraping Script

This sript used BeautifulSoup to scrape data from ufcstats.com. Simply run main.py, and it will scrape data from ufcstats.com into the following four tables:

  • UFC Events
  • UFC Fights
  • UFC Fight Stats
  • UFC Fighters

Each table is saved as a csv file. Each time you run the script run, it will update the existing files with any new fights/fighters.

I created this script to make my own dataset to upload to Kaggle, which you can find here:

I also used this data for my first data analysis project, which looks at how gender affects fight stats:

This is my first attempt at creating a web-scraping script, so any feedback is appreciated!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%