Spaces:
Running
Running
UFC Scraper
Scrape ALL fight and fighter data from ufcstats.com up to the latest event and save them in .csv
format
How? Clone the repo, then open a terminal in the root folder and run the following commands:
- install the required Python packages using pip:
pip install -r requirements.txt
- Then run the main script:
python src/scrape/main.py
This command will execute the entire scraping process and save the final CSV files in the output/
directory.