SomeRandomGuys / fantasy_football_rails_app

A fantasy football application in Ruby on Rails, duh!
3 stars 1 forks source link

Parsting & storing data to backend storage. #5

Closed a2l2 closed 11 years ago

a2l2 commented 11 years ago

This patch set enables the user to parse data from whoscored.com and store the player & match stats to the backend via a REST interface. Also it fixes up some of the player names so that they match the names as exported by whoscored.com.

Sample usage: $ ./get_player_stats.py \ -u http://www.whoscored.com/Matches/614990/LiveStatistics/England-Premier-League-2012-2013-Chelsea-Manchester-United \ --api_key [api_key] \ --server_uri http://localhost:3000

TRex1983 commented 11 years ago

Let's not change players.txt just yet. I want us to figure out a way to handle this without changing a bunch of names.

TRex1983 commented 11 years ago

Also, I did a quick scan of the parser, so now we can both pretend that it was a real code review. Since there are no conflicts I'll merge as soon as you fix the commit.

a2l2 commented 11 years ago

Done.

On Tue, Feb 12, 2013 at 9:30 PM, Nikhil Sarwate notifications@github.comwrote:

Also, I did a quick scan of the parser, so now we can both pretend that it was a real code review. Since there are no conflicts I'll merge as soon as you fix the commit.

— Reply to this email directly or view it on GitHubhttps://github.com/SomeRandomGuys/fantasy_football_rails_app/pull/5#issuecomment-13475197.

Rock On! Akshay Lal