From ac38f8f28dae40a61a05a249593f4a47a685a08e Mon Sep 17 00:00:00 2001 From: filifa Date: Tue, 6 Aug 2024 19:31:05 -0500 Subject: [PATCH] add info about play scripts --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e960ec7..576a6e4 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ to Mastodon. reads the database and posts any scoring plays that have not been posted yet. * `mlbhighlightsave.sh` and `mlbhighlightpost.sh` work similarly to the previous pair, but post video highlights instead. -* `posthighlights.sql` and `postplays.sql` are used by the posting scripts to - select unposted data and then mark that data as posted. +* `mlbgames.sh`, `mlbstartpost.sh`, and `mlbfinalpost.sh` are used to make a + post at the start and end of games. +* `posthighlights.sql`, `postplays.sql`, `poststart.sql`, and `postfinal.sql` + are used by the posting scripts to select unposted data and then mark that +data as posted. * `schema.sql` defines the table that new data gets saved to. Note that there are invisible characters (like 0x1f) in some of the files.