fantasy-rankings-scraper

A Python package for scraping fantasy football players rankings across multiple sites.


Keywords
fantasy-draft, fantasy-football, fantasy-sports, nfl, nfl-data, nfl-stats, rankings, web-scraping
License
MIT
Install
pip install fantasy-rankings-scraper==0.0.4

Documentation

FANTASY-RANKINGS-SCRAPER n-roth12

A Python package for scraping fantasy football draft rankings across multiple websites.

Installation

Repo

Clone the repository onto your machine to get started. Ensure you have Python and pip installed, then set up the virtual environment using:

pipenv install -r "requirements.txt"
pipenv shell

Usage

Command Line Example

python scrape.py fantasypros.com 1

These will output the scraped Standard scoring rankings from fantasypros.com.

About

Scoring Format Mapping

  • 1 = Standard
  • 2 = Half-PPR
  • 3 = PPR

Currently Supported Sites

Terms

This project is for learning purposes only. Scraping websites may violate terms of use. Please use responsibly and do not create large volumes of traffic for supported sites. This project is in no way affiliated with the NFL or any of the supported websites.