View Single Post
Old 04-16-2022, 02:35 PM   #5
Syd Thrift
Hall Of Famer
 
Syd Thrift's Avatar
 
Join Date: May 2004
Posts: 10,607
Quote:
Originally Posted by nickg33 View Post
Can anyone point me to a tutorial on how to export the basic information from a simulated league (standings, scores, etc.) to HTML or a website on a daily basis?

I'm running a simulation of the 2020 season for my kids during the coronavirus chaos and would love to be able to send them a website for them to explore what's happening on their own instead of having to print everything out.

Thanks in advance for your help.
TBH the ideal way to do this, the way that a site like MLB.com or BBRef does, is to have a database server tied to your site, use the built in tools to export data to SQL, and then once you’ve run that script you’d write APIs to deliver the data to the site. The site itself becomes essentially a framework for the various ways you’d display stats,

There are existing tools/utilities that do this for you, at least once you’ve set up the DB somewhere. I want to say one of them is just called OOTP Utilities?
__________________
Quote:
Originally Posted by Markus Heinsohn
You bastard....
The Great American Baseball Thrift Book - Like reading the Sporting News from back in the day, only with fake players. REAL LIFE DRAMA THOUGH maybe not
Syd Thrift is offline   Reply With Quote