dwillis / NCAA-API

API for NCAA statistics
Apache License 2.0
46 stars 11 forks source link

Include CFB #2

Closed jbjonesjr closed 11 years ago

jbjonesjr commented 11 years ago

Derek, any interest in expanding to CFB?

For a thesis a long time ago, I ended up scrapping 5 years worth of CFB (D-1) data from the NCAA.org in order to do some number crunching/prediction work, and i'd be happy to contribute that scrapping code as possible.

At the time, it was in c# (ugh) but is pretty basic and think I can translate it with little trouble.

If I can find the code, i'd be happy to share.

dwillis commented 11 years ago

Hi, I actually have a bunch of CFB scrapers over in another repo (two, really): https://github.com/gcaprio/cfbreference_com, which is based on https://github.com/dwillis/fumblerooski. You can check those out and see if your scrapers have stuff that mine don't. Happy to take contributions!

jbjonesjr commented 11 years ago

I'll check them over. I'm sure you've encountered more of the edge cases that I ever did (and my code was only relevant pre-2006), but figured I'd share after I stumbled upon your stuff. I'll submit a pull if I find anything.