Start Up Confusion #52
-
Hello! First off, thank you for taking the time to publish this and advertise it. This project is uniquely cool for people like myself, who are just starting to learn to code and very interested in fantasy football. However, despite my best efforts to read through your documentation and some experience writing my own python scripts, I do not know how/where to run your code from. I assume I have to make some small changes (adding league ID, changing owner/team names), but I am not quite sure where to start. I have access to Juypter and Spyder and I am comfortable using either one. If you could just guide me a little on where to run these codes and in what order I should make the edits and run them in, that would be greatly appreciated. Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi there! Thanks for checking out the project! As far as running the code, the steps I follow are
If you need help getting it to work with Jupyter Notebook or Spyder we can set up a call to work through it together, as I don't typically use those. As far as making changes like league ID and stuff like that, you'll need to grab the info for your specific fantasy site listed under "Setup Documentation" here. Then find your league loader example template here and fill it in with your specific info. |
Beta Was this translation helpful? Give feedback.
Hi there!
Thanks for checking out the project!
As far as running the code, the steps I follow are
If you need help getting it to work with Jupyter Notebook or Spyder we can set up a call to work through it together, as I don't typically use those.
As far as making change…