Alvaro commited on
Commit
f476a89
·
1 Parent(s): 787f9a6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # UFC Scraper
2
+
3
+ Scrape ALL fight and fighter data from [ufcstats.com](http://ufcstats.com) up to the latest event and save them in `.csv` format
4
+
5
+ How?
6
+
7
+ 1. install the required Python packages using pip:
8
+
9
+ ```bash
10
+ pip install -r requirements.txt
11
+ ```
12
+
13
+ 2. Then run the main script:
14
+
15
+ ```bash
16
+ python src/scrape/main.py
17
+ ```
18
+ This command will execute the entire scraping process and save the final CSV files in the `output/` directory.