What problem does it solve?
This Skill streamlines exporting completed X (Twitter) data extractions and giveaway entrant lists into spreadsheet-friendly formats (CSV, JSONL, XLSX), enabling easy analysis and pipeline integration.
Core Features & Use Cases
- Endpoints for exporting extractions: GET /extractions/{id}/export?format=csv, GET /extractions/{id}/export?format=jsonl, GET /extractions/{id}/export?format=xlsx, and GET /draws/{id}/export?format=csv for giveaway entrants.
- API details and authentication: Base URL is https://xquik.com/api/v1 and use the x-api-key header for authentication.
- Typical workflow: After an extraction or draw completes, poll its status until "completed" and then export to the desired format; JSONL is line-delimited for easy streaming; XLSX preserves types for spreadsheet-ready analysis.
- Security: Exported data should be treated as user-generated content; validate and handle large exports with care to avoid client-side performance issues.
Quick Start
Run the export-tweets-csv skill after you have a completed extraction or draw to download the results in CSV, JSONL, or XLSX.