pro-football-reference-web-scraper

Contents:

  • Quick Guide
  • Getting a Player’s Game Log
  • Getting a Team’s Game Log
  • Player Splits
  • Team Splits
  • Contributing
  • pro_football_reference_web_scraper
pro-football-reference-web-scraper
  • Welcome to pro-football-reference-web-scraper’s documentation!
  • View page source

Welcome to pro-football-reference-web-scraper’s documentation!¶

https://img.shields.io/github/license/mjk2244/pro-football-reference-web-scraper https://img.shields.io/github/issues/mjk2244/pro-football-reference-web-scraper https://codecov.io/gh/mjk2244/pro-football-reference-web-scraper/branch/main/graph/badge.svg?token=OTGOR2M0CY https://img.shields.io/github/actions/workflow/status/mjk2244/pro-football-reference-web-scraper/build.yml https://img.shields.io/pypi/v/pro-football-reference-web-scraper

Overview¶

pro-football-reference-web-scraper is a Python library that helps developers take advantage of the plethora of free data provided by Pro Football Reference. It is intended primarily to help fantasy sports players and sports bettors gain an edge in their NFL sports gaming endeavors. However, it can be used for any project that requires team- and player-specific data.

Contents:

  • Quick Guide
    • Overview
    • Installation
    • Usage
      • Player Game Logs
      • Team Game Logs
  • Getting a Player’s Game Log
    • QB Game Log
    • RB Game Log
    • WR Game Log
    • TE Game Log
  • Getting a Team’s Game Log
    • Teams That Changed Names
  • Player Splits
    • Home-Road Splits
      • Averages
      • Sums
    • Win-Loss Splits
      • Averages
      • Sums
  • Team Splits
    • Home-Road Splits
      • Averages
      • Sums
    • Win-Loss Splits
      • Averages
      • Sums
  • Contributing
    • Prerequisites
    • Cloning the Repo
    • Installing Dependencies
    • Before Opening a Pull Request (PR)
  • pro_football_reference_web_scraper
    • pro_football_reference_web_scraper package
      • Submodules
      • pro_football_reference_web_scraper.player_game_log module
        • get_player_game_log()
      • pro_football_reference_web_scraper.team_game_log module
        • get_team_game_log()
      • pro_football_reference_web_scraper.player_splits module
        • home_road()
        • win_loss()
      • pro_football_reference_web_scraper.team_splits module
        • home_road()
        • win_loss()
      • Module contents
Next

© Copyright 2023, Matthew Kim.

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