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
- Downloads your published Google Sheet as CSV
- Parses each row (date, handle, text, link)
- Groups tweets by month
- Writes files to
twitter/YYYY-MM.md - Incremental — existing tweets aren't duplicated