Skip to content

armsky/QuantHoops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantHoops

March Madness simulation with web scrapper modules and a database implementation.

Description

A Python application to store all NCAA men/women basketball Web-based statistics in database. It will run each process daily by default. Relies on BeautifulSoup, SQLAlchemy and MySQL database.

Files

  • ncaa.py: Object model using SQLAlchemy. Database stores information about games, players, and teams interconnectly with rich docstring. Include this module in any script that needs to access DB.
  • scraper.py: Main module for scapping ncaa website. Follow the database structure to fill in data. Be able to ignore or fix errors from ncaa website.
  • fix.py: This module will check database for bad records and try to fix them. Usually they were caused by known ncaa bugs.
  • scheduler.py: Schedule how scraper will work, along with some command line interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors