Skip to content

A python script to scrape all fighter data from sherdog.com's fight finder and save to an Excel compatible .csv format.

Notifications You must be signed in to change notification settings

dm2912/sherdog-fighter-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sherdog Fighter Scraper

A simple scraper to retrieve fighter data from sherdog.py in a predictable/easily machine readable format (.csv/.json)

Instructions:

Clone this repo (Or just download requirements.txt and sherdog-scraper.py and open a terminal window):

git clone [email protected]:dm2912/sherdog-fighter-scraper.git

Install the requirements:

pip install -r requirements.txt

Run:

python filename_version.py

Versions:

V1 - Exports automatically to csv file, cannot have set start point for scrape, no auto resume

Updated 17 March 2018: Added nickname, weight class, and fixed date stripping empty timestamp

V2 - Can now specify range to scrape (see end of file) and exports automatically to Json file

Initial 31 March 2018

About

A python script to scrape all fighter data from sherdog.com's fight finder and save to an Excel compatible .csv format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%