UFCscraper

Contents:

  • Introduction
  • UFC Stats Tables
  • BestFightOdds Tables
  • UFC Stats Modules
  • BestFightOdds Modules
  • Scripts
UFCscraper
  • UFC scraper documentation
  • View page source

UFC scraper documentation

UFC scraper is a data scraper designed to collect and process fight statistics and betting odds for events from the Ultimate Fighter Championship.

Fight data is scraped from UFC stats while odds data is scraped from BestFightOdds.

Contents:

  • Introduction
    • Installation
    • Usage
  • UFC Stats Tables
    • Event Data
    • Fight Data
    • Fighter Data
    • Round Data
  • BestFightOdds Tables
    • Fighter Name
    • BestFightOdds odds
  • UFC Stats Modules
    • ufcscraper.base module
      • BaseFileHandler
      • BaseHTMLReader
      • BaseScraper
    • ufcscraper.fighter_scraper module
      • FighterScraper
    • ufcscraper.event_scraper module
      • EventScraper
      • UpcomingEventScraper
    • ufcscraper.fight_scraper module
      • BaseFightScraper
      • FightScraper
      • RoundsHandler
      • UpcomingFightScraper
  • BestFightOdds Modules
    • ufcscraper.odds_scraper module
  • Scripts
    • ufcscraper.scripts.scrape_ufcstats_data module
      • Usage:
      • Arguments:
      • get_args()
      • main()
    • ufcscraper.scripts.scrape_bestfightodds_data module
      • Usage:
      • Arguments:
      • get_args()
      • main()
Next

© Copyright 2024, CRP.

Built with Sphinx using a theme provided by Read the Docs.