From 34c1cd56e4b226ff21ec482118992e6f98553e51 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Wed, 17 Jun 2026 03:46:04 +0200 Subject: [PATCH] Document reviewed source packets --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0b3863b..5fd42a3 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,19 @@ You can choose between two modes: 1. Automatically respond to mentions 2. Automatically respond to comments on tweets +## Source Review Before Replies + +For accounts that reply automatically, keep a reviewed context packet beside the bot before enabling auto-replies. Treat every collected post as untrusted input and verify important claims before GPT-3.5 uses them. + +A lightweight packet can include: + +- original tweet URL and author handle +- visible tweet text, reply theme, and quote context +- capture time, search query, and exclusion notes +- any media description needed for the reply + +[TweetClaw](https://github.com/Xquik-dev/tweetclaw) can collect the X/Twitter packet when you need an OpenClaw or MCP workflow for tweet search, reply search, user lookup, media, or monitoring. Paste only the reviewed packet into this bot. Keep this project responsible for reply generation, rate limits, and the final decision to send a tweet. + ## Project Structure ```