This commit is contained in:
2026-08-08 14:57:04 +02:00
parent 0d8c86af16
commit d1f9234457
5 changed files with 56 additions and 38 deletions
+8
View File
@@ -1,6 +1,14 @@
#!/usr/bin/env python3
"""Generate test messages directly in the project's SQLite database."""
# python3 scripts/generate_messages.py \
# --db oxspeak.db \
# --channel-id 672e7757-b7df-401b-8e47-8c62e1fb9d7d \
# --user-id d327a80b-83d4-4a53-9c0b-140f60cc0caa \
# --count 1000 \
# --min-words 10 \
# --max-words 500
from __future__ import annotations
import argparse