Metadata-Version: 2.1
Name: VegasInsiderPy
Version: 0.0.1
Summary: Scraper for Vegas Insider historical odds and betting pages.
Home-page: https://github.com/bpewyllie/vipy
Author: Brady Wyllie
Author-email: bpewyllie@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# vipy
 Python webscraper for Vegas Insider line history pages.

## Installation


## Usage

1. Construct a Matchup instance, e.g.,
```
jazz_raps = Matchup(league="nba", away="jazz", home="raptors", date="01-01-19")
```

2. Explore data about the Matchup by exploring its attributes.

## Release notes

## To do

- Finish NBA money line history scraper

  - ~~Scrape and store NBA schedules from past 10 years from basketball reference.~~

  ~~- Use schedule data to store matchup start time, results, and other data to 
  attributes.~~ *Out of scope for this project. Come back to in other project.*

  - ~~Create fully fleshed example analysis of using trends in betting lines histories to predict game results.~~

  - ~~Publish to pypi for pip install.~~

- Generalize money line history scraper to work for MLB, NFL, and potentially other 
leagues.

  - ~~Store nicknames file for each league in assets folder.~~

  - ~~Download and store schedules for each league.~~

  - ~~Create mini examples documenting use.~~

- Generalize money line history scraper to work for other odds types (spread, total, 
first half, second half, etc.)

- Create scraper for VI betting trends pages.

