twbarber / fflib

Python Library for interacting with Fantasy Football Leagues.
BSD 3-Clause "New" or "Revised" License
48 stars 5 forks source link

Getting Started #1

Open bizzleburger opened 8 years ago

bizzleburger commented 8 years ago

Hey, found this on /r/fantasyfootball and thought I'd try and use it for a project I'm building. Not much of a Python guru, so I'm having trouble getting started. I used easy_install to install to my local machine, but I'm a little lost as where to go from here.

First, where do I place the config file with my league info? Second, I have a script in which I import the library. But every time I run it, it throws an import error: no module named espn.dao. Appreciate the help, sorry if these are simple questions.

twbarber commented 8 years ago

The project is still very much in it's infancy and I still need to wire the easy install functionality to work. As of now this project isn't usable. I can work on getting easy install working this weekend.

bizzleburger commented 8 years ago

OK, cool. Good to know I'm not crazy. Thanks.