pliny
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Tools to report on Yahoo fantasy baseball leagues, specifically the Super Lounge Weights League
These scripts collect daily fantasy baseball team totals for the purpose of creating daily standings (such as via the spreadsheet at https://docs.google.com/spreadsheet/ccc?key=0AkKY7qZP9oXYdDBIM1VjUmFfR0VxZmRONlVzSktVQnc#gid=0).


fetch_daily_team_totals.py   
	usage: fetch_daily_team_totals.py [-h] start_team num_teams start_date

	Fetch and parse daily team total stats. Play with the start_team and num_teams
	parameters to divide-and-conquer with a few parallel instances.

	positional arguments:
	  start_team  Team number of first team
	  num_teams   Number of teams to fetch
	  start_date  Start Date, as YYYY-MM-DD

	optional arguments:
	  -h, --help  show this help message and exit

	Note that this script expects yahoo login cookies in the file
	  fixtures/private/yahoo_auth_cookie.txt

Suggested usage:

	#fetch all the data for all teams in a 12-team league since opening day
	./fetch_daily_team_totals 1 12 2014-03-26 > dailies.txt

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。