项目作者: billma12

项目描述 :
espn fantasy football top 10
高级语言: Python
项目地址: git://github.com/billma12/espn-ff.git
创建时间: 2017-08-07T05:34:53Z
项目社区:https://github.com/billma12/espn-ff

开源协议:GNU General Public License v3.0

下载


ESPN-ff

This python module prints the top 10 most scored points from
your ESPN fantasy football league

UPDATE:

You can now use it in the browser here (replace the league ID with yours):

https://ff-top.herokuapp.com/476859

Install

  1. git clone https://github.com/billma12/espn-ff.git

Usage

  1. python main.py [leagueID]

Preview

preview

Notes

  1. Make sure tabulate is installed

    1. pip install tabulate
  2. Extra Features:

    1. Extend the results

      1. python main.py [leagueID] [top] [year]
      • e.g. if I want to view top 15 dating back to 2008 (default is 2011)

        1. python main.py 476859 15 2008
    2. Display league stats at any year

      1. python main.py 476859 stats 2015

      Screen_Shot_2017_08_07_at_2_09_49_AM

  3. copy pasta’d from

To do

  • make into web app
  • add more features