项目作者: fattmarley

项目描述 :
College Basketball web scraper that pulls predicted scores from Kenpom HaslaMetrics and BartTorvik as well as betting lines from Fanduel using Selenium
高级语言: Jupyter Notebook
项目地址: git://github.com/fattmarley/cbbscraper.git
创建时间: 2021-01-05T05:04:22Z
项目社区:https://github.com/fattmarley/cbbscraper

开源协议:

下载


cbbscraper

College Basketball web scraper that pulls predicted scores from Kenpom HaslaMetrics and BartTorvik as well as betting lines from Fanduel using Selenium

Creates pandas dataframes and plots which are saved in a pdf file and emailed to chosen addresses

Kenpom is a paid site and will require a login to be able to use the data, Hasla and Torvik are free. Kenpom login credentials can be edited in lines 20 and 22 (e.send_keys(‘username’), e.send_keys(‘password’))