update recommendation

This commit is contained in:
filifa 2024-08-07 23:16:10 -05:00
parent c85c101b59
commit 9ecc9a358b
1 changed files with 3 additions and 2 deletions

View File

@ -38,8 +38,9 @@ scripts:
2. Pick a directory to keep the SQLite database in (I picked 2. Pick a directory to keep the SQLite database in (I picked
`~/.local/share/mlblive`). `~/.local/share/mlblive`).
3. Create the database with `sqlite3 <filename> < schema.sql` 3. Create the database with `sqlite3 <filename> < schema.sql`
* I recommend making at least one database for each bot account you plan to * I recommend making one database for plays and one for highlights
set up. (assuming you wish to process both) for each team you want to follow.
Separate databases for plays and highlights will reduce delays due to locking.
4. Put the other SQL scripts in the same directory as the database. 4. Put the other SQL scripts in the same directory as the database.
5. Review the scripts to see what arguments they require. 5. Review the scripts to see what arguments they require.
6. Write some systemd services and timers to execute the shell scripts 6. Write some systemd services and timers to execute the shell scripts