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. #7

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.

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