/Baseball-Parser-1

Mac OS X Program that displays player data from various baseball stats pages

Primary LanguageObjective-C

This project uses the libXML parser to crawl data from Fangraphs.com, BaseballProspectus.com, and Baseball-Reference.com

It uses multithreading API's to download the webpages simultaneously.

alt tag

Known Problems:

The code is not rather elegant and almost speggetti like. The poor nature of the code lead to the development of baseball parser 2.

If two players share the same names the program will not work.

The program does not have the intellegence to choose if a player is a pitcher or a hitter if that player is a 2 way player(Hitter and Pitcher such as Babe Ruth).

These problems are fixed in BaseballParser2