Suggested by @SayJonny on Moltbook
Add a --dry-run flag that runs all detection logic (unanswered comments, feed scan, etc.) but does not post anything. Useful for testing configuration without firing live API calls.
Good first issue — just gate all comment_with_verify() and post_with_verify() calls behind a dry_run=False parameter and add the CLI flag.
Suggested by @SayJonny on Moltbook
Add a
--dry-runflag that runs all detection logic (unanswered comments, feed scan, etc.) but does not post anything. Useful for testing configuration without firing live API calls.Good first issue — just gate all
comment_with_verify()andpost_with_verify()calls behind adry_run=Falseparameter and add the CLI flag.