Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,18 @@ graphify prs --conflicts # PRs sharing graph communities — merge-ord

See the [full command reference](#full-command-reference) below.

### Public X/Twitter research from OpenClaw

OpenClaw agents can use [TweetClaw](https://github.com/Xquik-dev/tweetclaw) to scrape tweets, search tweets, search tweet replies, export followers, look up users, download media, monitor tweets, receive webhooks, and run giveaway draws. Save reviewed TweetClaw results as Markdown or JSON notes, then graph the folder:

```bash
openclaw plugins install @xquik/tweetclaw
mkdir -p research/x-twitter
/graphify ./research/x-twitter --update
```

Store source tweet URLs or IDs, capture dates, short summaries, and next actions. Keep raw timelines, direct messages, and private account data out of the graph.

---

## Ignoring files
Expand Down