add info about play scripts

This commit is contained in:
filifa 2024-08-06 19:31:05 -05:00
parent 7f1938c9e5
commit ac38f8f28d
1 changed files with 5 additions and 2 deletions

View File

@ -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.