What problem does it solve?
Provides a simple, cookie-based way to export liked and bookmarked tweets from Twitter/X without requiring official API credentials, enabling reliable backups and offline analysis.
Core Features & Use Cases
- Cookie-based Authentication: Use browser cookies (ct0 and auth_token) to access internal endpoints without API keys.
- Export Likes and Bookmarks: Download likes and bookmarks as JSON for backups, audits, or further analysis.
- Automated Cookie Refresh & Screenshots: Optionally use agent-browser to refresh expired cookies and playwright to capture tweet screenshots.
- Use Case: Back up all liked tweets to a JSON file for topic analysis or migrate bookmarks to an archival system.
Quick Start
Use the twitter CLI to export your likes to a JSON file by running the likes command with your configured browser cookies and an output path.