https://github.com/huntercox/mma-web-scraper
https://github.com/huntercox/mma-web-scraper
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huntercox/mma-web-scraper
- Owner: huntercox
- Created: 2021-09-07T21:44:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T00:12:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T04:44:12.921Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
So far I've gotten Puppeteer working and able to grab a webpage with fighter information. Next steps are to gather all the different info from each page and then build a database of fighter info that we can then query instead of just using web scraping to get the data.
1. Get list of UFC roster
2. pass each fighter's name into a function that scrapes Sherdog.com or UFC.com for the info
3. Store the data in a JSON file
4. Use JSON database to populate front-end
GOAL: Make an app that's actually USEFUL when watching fights and wanting fighter or matchup info.