Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.
/ mlbpool2 Public archive

A Python application built with Pyramid to track and report MLB season pool picks and points for league play

License

Notifications You must be signed in to change notification settings

prcutler/mlbpool2

Repository files navigation

Documentation Status made-with-python Updates Code style: black

MLBPool2

History

MLBPool2 has been archived and is no longer active. You can learn more about the history of MLBPool2 at paulcutler.org.

How to Play

MLBPool2 is a fantasy baseball like application originally created by Jason Theros. MLBPool2 differs from fantasy baseball in that players make their picks for where they believe teams will place in their division, individual statistical leaders and which teams will make the playoffs as a Wildcard before the season starts. Each pick is worth a specific point value. A unique pick (not made by any other player) is worth double points. Players can change their picks at the All Star Break, but those changes are only half their original value. Unlike fantasy baseball, players do not need to make daily lineup changes - just sit back and watch the season unfold! For more information on how to play, you can read the user documentation on Read the Docs.

MLBPool2 Application

The MLBPool2 application is based on NFLPool, with the major difference is that NFLPool does not allow mid-season changes. MLBPool2 is licensed under the MIT license.

Requirements

  • Python 3.6+
  • MariaDB / MySQL
  • Pyramid 1.9
  • SQLAlchemy
  • MySportsFeeds account (for MLB stats)

Contributing

MLBPool2 and NFLPool are my first Python applications and I'm sure the code is ugly in places - contributions welcome! Please see the Code of Conduct.

Imposter syndrome disclaimer: I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

While I don't have clear contributing guidelines at this time, please fork the repo and send me a pull request!
I'm new to Python too, and I would love the help and learn how to make things better.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about MLBPool2. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

(Adapted from Adrienne Lowe's Imposter Syndrome Disclaimer)

Installation

  • Update the links in both files in /email/templates/ to reflect your correct domain name and email addresses
  • Update the templates in /templates/home/ with your own information (such as index, about, credits, etc.) Update the footer in /templates/shared/_layout.pt.
  • Install a Python virtual environment!
  • Deploy your Pyramid app on your web server, including updating production.ini with any API keys needed and config.ini in the data directory with your superuser email address, database information, MySportsFeed account information, and Slack webhook
  • Run pip to install the dependencies: pip install -e setup.py from the project's root directory (or pip install -e .)
  • Start the Pyramid app (I personally created a systemd service)
  • Visit the homepage of the MLBPool2 app and register your account, making sure the email address matches the superuser email in config.py above
  • Go to the admin panel at your domain adding /admin
  • MLBPool2 will automatically detect that the database is empty and redirect you to the /new_install page
  • Follow the prompts, which will include creating the installation, adding a new season and importing active MLB baseball players
  • When finished, it will redirect you back to the /admin page
  • Let your players know the site is ready and they should create an account and submit their picks!

About

A Python application built with Pyramid to track and report MLB season pool picks and points for league play

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •