← Skills

/sync-twitter

Your tweets archived in markdown.

What it does

Syncs your tweets from a Google Sheet (populated by IFTTT) into monthly markdown files. Feeds into your identity profile so Patina understands your public voice and interests.

Connections used

Requires IFTTT + Google Sheets. See the X connection page for full setup.

How to use

$ bash scripts/sync-twitter.sh

Also runs automatically as part of /sync.

How it works

  1. Downloads your published Google Sheet as CSV
  2. Parses each row (date, handle, text, link)
  3. Groups tweets by month
  4. Writes files to twitter/YYYY-MM.md
  5. Incremental — existing tweets aren't duplicated