init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user